PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RoundRectangleProps Class / EllipseHeight Property

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