PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RoundRectangleProps Class / EllipseWidth Property

In This Topic
    EllipseWidth Property (RoundRectangleProps)
    In This Topic
    Gets or sets the width of the ellipse used to draw the rounded corners of the rectangle. The default value of this property is calculated as 5% of the width of the rectangle.
    Syntax
    'Declaration
     
    Public Property EllipseWidth As Unit
    public Unit EllipseWidth {get; set;}
    See Also