Class Area
public class Area : LineBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDraw
- Inheritance
-
Area
- Implements
- Inherited Members
- Extension Methods
Fields
AreaBackgroundProperty
public static readonly DependencyProperty AreaBackgroundProperty
Field Value
PathAreaStyleProperty
public static readonly DependencyProperty PathAreaStyleProperty
Field Value
UseSmoothProperty
public static readonly DependencyProperty UseSmoothProperty
Field Value
Properties
AreaBackground
public Brush AreaBackground { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
PathAreaStyle
public Style PathAreaStyle { get; set; }
Property Value
SingleKey
public static ComponentResourceKey SingleKey { get; }
Property Value
UseSmooth
public bool UseSmooth { get; set; }
Property Value
Methods
Draw(Canvas)
public override void Draw(Canvas canvas)
Parameters
canvas
Canvas