PathFigure Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The PathFigure type exposes the following members.
| Name | Description | |
|---|---|---|
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
IsClosed | Gets or sets a value that indicates whether this figure's first and last segments are connected. |
|
IsFilled | Gets or sets a value that indicates whether the contained area of this PathFigure is to be used for hit-testing, rendering, and clipping. |
|
Segments | Gets or sets the collection of segments that define the shape of this PathFigure object. |
|
StartPoint | Gets or sets the Point where the PathFigure begins. |
Show: