ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / CrossSectionControl Class / LineColor Property

In This Topic
    LineColor Property (CrossSectionControl)
    In This Topic
    Gets or sets the color of the control.
    Syntax
    'Declaration
     
    Public Property LineColor As Color
    public Color LineColor {get; set;}

    Property Value

    A System.Drawing.Color value that represents the current color of the line. The default value is Color.Black.
    See Also