Gets or sets the y-radius of the ellipse used to draw the rounded corners of the border.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Unit RadiusY { get; set; }
Visual Basic
Public Property RadiusY As Unit
	Get
	Set

Remarks

If both this and RadiusX 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