Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Line Class / Height Property

In This Topic
    Height Property (Line)
    In This Topic
    Gets or sets the width of the current item. Negative sizes are allowed only for lines (the height/width gives the offset of the endpoint of the line from the start point).

    Default is null which means the height of the containing object minus Top.

    Syntax
    'Declaration
     
    Public Property Height As ReportSize
    public ReportSize Height {get; set;}
    See Also