Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderLine Class / Line Property

In This Topic
    Line Property (RenderLine)
    In This Topic
    Gets the LineProps object describing the geometric line represented by the current RenderLine object. The coordinates of the line are relative to the left top corner of the current RenderLine object.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Line As LineProps
    public new LineProps Line {get;}
    See Also