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

In This Topic
    LineWeight Property (CrossSectionControl)
    In This Topic
    Gets or sets the pen width of the line in pixels.
    Syntax
    'Declaration
     
    Public Property LineWeight As Single
    public float LineWeight {get; set;}

    Property Value

    Float value that represents the current weight of the line in pixels. Default is 1.0f.
    See Also