Gets a value indicating whether the current Borders structure defines rounded borders (i.e. whether both RadiusX and RadiusY have non-zero values).

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

Syntax

C#
public bool IsRound { get; }
Visual Basic
Public ReadOnly Property IsRound As Boolean
	Get

See Also