Gets the RectangleProps object describing the geometric ellipse represented by the current RenderEllipse object. The coordinates of the ellipse are relative to the left top corner of the current RenderEllipse object.

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

Syntax

C#
public RectangleProps Ellipse { get; }
Visual Basic
Public ReadOnly Property Ellipse As RectangleProps
	Get

See Also