Class Pie
曲线视图
public class Pie : PieBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDraw
- Inheritance
-
Pie
- Implements
- Inherited Members
- Extension Methods
Fields
CircleLenProperty
public static readonly DependencyProperty CircleLenProperty
Field Value
EllipseStyleProperty
public static readonly DependencyProperty EllipseStyleProperty
Field Value
ForegroundProperty
public static readonly DependencyProperty ForegroundProperty
Field Value
IsCustomizedProperty
public static readonly DependencyProperty IsCustomizedProperty
Field Value
LenProperty
public static readonly DependencyProperty LenProperty
Field Value
Properties
CircleLen
public double CircleLen { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
EllipseStyle
public Style EllipseStyle { get; set; }
Property Value
Foreground
[TypeConverter(typeof(BrushArrayTypeConverter))]
public ObservableCollection<Color> Foreground { get; set; }
Property Value
IsCustomized
public bool IsCustomized { get; set; }
Property Value
Len
public double Len { get; set; }
Property Value
Methods
Draw(Canvas)
public override void Draw(Canvas canvas)
Parameters
canvas
Canvas