Search Results for

    Show / Hide Table of Contents

    Class BorderLine

    Represents a single border line.

    Inheritance
    System.Object
    BorderLine
    Namespace: FastReport
    Assembly: FastReport.Base.dll
    Syntax
    public class BorderLine

    Constructors

    BorderLine()

    Declaration
    public BorderLine()

    Properties

    Color

    Gets or sets a color of the line.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Color

    Style

    Gets or sets a style of the line.

    Declaration
    public LineStyle Style { get; set; }
    Property Value
    Type Description
    LineStyle

    Width

    Gets or sets a width of the line, in pixels.

    Declaration
    public float Width { get; set; }
    Property Value
    Type Description
    System.Single

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    Back to top © 1998-2025 Copyright Fast Reports Inc.