Class MapArcSegmentView
Inheritance
System.Object
MapArcSegmentView
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapArcSegmentView : MapPathSegmentView
Constructors
Declaration
public MapArcSegmentView()
Fields
Declaration
public static readonly DependencyProperty IsLargeArcProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty PointProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty RotationAngleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SizeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SweepDirectionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public bool IsLargeArc { get; set; }
Property Value
Declaration
public Location Point { get; set; }
Property Value
Declaration
public double RotationAngle { get; set; }
Property Value
Declaration
public Size Size { get; set; }
Property Value
Declaration
public SweepDirection SweepDirection { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.SweepDirection
|
Extension Methods