ClassArcSegmentData
Class
Represents an elliptical arc between two points.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class ArcSegmentData : PathSegmentData, INotifyPropertyChanged
Inheritance: objectPathSegmentDataArcSegmentData
Implements:
Inherited Members
Constructors
ArcSegmentData()
Declaration
cs-api-definition
public ArcSegmentData()
Properties
IsLargeArc
Gets or sets a value that indicates whether the arc should be greater than 180 degrees.
Point
Gets or sets the endpoint of the elliptical arc.
RotationAngle
Gets or sets the amount (in degrees) by which the ellipse is rotated about the x-axis.
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.
Declaration
cs-api-definition
public Size Size { get; set; }
Property Value
Size
SweepDirection
Gets or sets a value that specifies whether the arc is drawn in the Clockwise or Counterclockwise direction.
Declaration
cs-api-definition
public SweepDirection SweepDirection { get; set; }
Property Value
SweepDirection