ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Dashboard Namespace / LineStyle Class / LineWidth Property

In This Topic
    LineWidth Property (LineStyle)
    In This Topic
    Gets the width of the current line.
    Syntax
    'Declaration
     
    Public ReadOnly Property LineWidth As Length
    public Length LineWidth {get;}

    Property Value

    The line width as a GrapeCity.ActiveReports.PageReportModel.Length.
    See Also