PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / Borders Structure / RadiusY Property

In This Topic
    RadiusY Property (Borders)
    In This Topic
    Gets or sets the y-radius of the ellipse used to draw the rounded corners of the border.
    Syntax
    'Declaration
     
    Public Property RadiusY As Unit
    public Unit RadiusY {get; set;}
    Remarks
    If both this and Borders.RadiusX are non-zero, all borders are drawn using the same (Borders.Top) border thickness.

    If this value is less than the border thickness, border thickness is used as the radius.

    See Also