Class Path
Implements Path shape
Inherited Members
Namespace: EmptyKeys.UserInterface.Shapes
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class Path : Shape
Constructors
Path()
Initializes a new instance of the Path class.
Declaration
public Path()
Fields
DataProperty
The data property
Declaration
public static readonly DependencyProperty DataProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
Data
Gets or sets the data.
Declaration
public Geometry Data { get; set; }
Property Value
| Type | Description |
|---|---|
| Geometry | The data. |
DefiningGeometry
Gets the defining geometry.
Declaration
protected override Geometry DefiningGeometry { get; }
Property Value
| Type | Description |
|---|---|
| Geometry | The defining geometry. |
Overrides
Exceptions
| Type | Condition |
|---|---|
| System.NotImplementedException |