C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Borders Structure / RadiusX Property

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

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

See Also