Gets the RoundRectangleProps object describing the geometric rectangle represented by the current RenderRoundRectangle object. The coordinates of the rectangle are relative to the left top corner of the current RenderRoundRectangle object.

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

Syntax

C#
public RoundRectangleProps RoundRectangle { get; }
Visual Basic
Public ReadOnly Property RoundRectangle As RoundRectangleProps
	Get

See Also