Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderRoundRectangle Class / RoundRectangle Property

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