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

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

    Property Value

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