Class Sector
扇形
public class Sector : Shape, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
Sector
- Implements
- Inherited Members
- Extension Methods
Fields
EndProperty
public static readonly DependencyProperty EndProperty
Field Value
LenProperty
public static readonly DependencyProperty LenProperty
Field Value
OffSetProperty
public static readonly DependencyProperty OffSetProperty
Field Value
StartProperty
public static readonly DependencyProperty StartProperty
Field Value
Properties
DefiningGeometry
protected override Geometry DefiningGeometry { get; }
Property Value
End
public double End { get; set; }
Property Value
Len
public double Len { get; set; }
Property Value
OffSet
public double OffSet { get; set; }
Property Value
Start
public double Start { get; set; }
Property Value
Methods
CreateGeometry()
protected Geometry CreateGeometry()