ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Line Class / Width Property
Example

In This Topic
    Width Property (Line)
    In This Topic
    Gets or sets a width of the line, allowing for negative values.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Width As Length
    public override Length Width {get; set;}

    Property Value

    A Length value indicating the width of the line.
    Example
    Line line = new Line();
    line.Width = "2cm";
    See Also