Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
x:Object > DependencyObject > Freezable > Animatable > PathFigure
(usage) |
<PathFigure> PathSegment *</PathFigure> |
(description) |
Represents a subsection of a geometry, a single connected series of two-dimensional geometric segments. |
(used by) |
|
[content property] |
Segments |
(properties) |
|
IsClosed |
|
(description) |
A value that specifies whether this figures first and last segments are connected. |
IsFilled |
|
(description) |
Whether the contained area of this PathFigure is to be used for hit-testing, rendering, and clipping. |
Segments |
|
(description) |
The collection of segments that define the shape of this PathFigure object. |
StartPoint |
|
(description) |
The Point where the PathFigure begins. |