Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / RoundRectFigure Class / Bounds Property

In This Topic
    Bounds Property (RoundRectFigure)
    In This Topic
    Gets or sets the bounds for the rounded rectangle.
    Syntax
    'Declaration
     
    Public Property Bounds As System.Drawing.RectangleF
    public System.Drawing.RectangleF Bounds {get; set;}
    See Also