New to Telerik UI for WPFStart a free 30-day trial

Represents an elliptical arc between two points.

Definition

Constructors

C#
public ArcSegmentData()

Properties

Gets or sets a value that indicates whether the arc should be greater than 180 degrees.

C#
public bool IsLargeArc { get; set; }

Gets or sets the endpoint of the elliptical arc.

C#
public Location Point { get; set; }

Gets or sets the amount (in degrees) by which the ellipse is rotated about the x-axis.

C#
public double RotationAngle { get; set; }

Size

Size

Gets or sets the x- and y-radius of the arc as a Size structure. The x and y elements are given in degrees.

C#
public Size Size { get; set; }

SweepDirection

SweepDirection

Gets or sets a value that specifies whether the arc is drawn in the Clockwise or Counterclockwise direction.

C#
public SweepDirection SweepDirection { get; set; }