Share via


4.583 PathFigure

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)

PathFigureCollection

[content property]

Segments

(properties)

IsClosed

x:Boolean

(description)

A value that specifies whether this figures first and last segments are connected.

IsFilled

x:Boolean

(description)

Whether the contained area of this PathFigure is to be used for hit-testing, rendering, and clipping.

Segments

PathSegmentCollection

(description)

The collection of segments that define the shape of this PathFigure object.

StartPoint

Point

(description)

The Point where the PathFigure begins.