Class ArcSegmentData
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ArcSegmentData : PathSegmentData, INotifyPropertyChanged
Constructors
ArcSegmentData()
Declaration
public ArcSegmentData()
Properties
IsLargeArc
Declaration
public bool IsLargeArc { get; set; }
Property Value
System.
|
Point
RotationAngle
Declaration
public double RotationAngle { get; set; }
Property Value
System.
|
Size
Declaration
public Size Size { get; set; }
Property Value
Windows.
|
SweepDirection
Declaration
public SweepDirection SweepDirection { get; set; }
Property Value
Microsoft.
|