Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderArc Class / Rectangle Property

In This Topic
    Rectangle Property (RenderArc)
    In This Topic
    Gets the RectangleProps object describing the geometric rectangle represented by the current RenderRectangle object. The coordinates of the rectangle are relative to the left top corner of the current RenderRectangle object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rectangle As RectangleProps
    public RectangleProps Rectangle {get;}
    See Also