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

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