Class MapArcSegmentView
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapArcSegmentView : MapPathSegmentView
Constructors
MapArcSegmentView()
Declaration
public MapArcSegmentView()
Fields
IsLargeArcProperty
Declaration
public static readonly DependencyProperty IsLargeArcProperty
Field Value
Microsoft.
|
PointProperty
Declaration
public static readonly DependencyProperty PointProperty
Field Value
Microsoft.
|
RotationAngleProperty
Declaration
public static readonly DependencyProperty RotationAngleProperty
Field Value
Microsoft.
|
SizeProperty
Declaration
public static readonly DependencyProperty SizeProperty
Field Value
Microsoft.
|
SweepDirectionProperty
Declaration
public static readonly DependencyProperty SweepDirectionProperty
Field Value
Microsoft.
|
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.
|