Class ArcSegmentData
Inheritance
System.Object
ArcSegmentData
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ArcSegmentData : PathSegmentData, INotifyPropertyChanged
Constructors
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