Gets the EllipsePartProps object describing the arc represented by the current RenderArc object. The coordinates of the ellipse containing the arc are relative to the left top corner of the current RenderArc object.

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

Syntax

C#
public ArcProps Arc { get; }
Visual Basic
Public ReadOnly Property Arc As ArcProps
	Get

See Also