Click or drag to resize
PathFigure Properties

The PathFigure type exposes the following members.

Properties
  NameDescription
Public propertyDispatcher
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.)
Public propertyIsClosed
Gets or sets a value that indicates whether this figure's first and last segments are connected.
Public propertyIsFilled
Gets or sets a value that indicates whether the contained area of this PathFigure is to be used for hit-testing, rendering, and clipping.
Public propertySegments
Gets or sets the collection of segments that define the shape of this PathFigure object.
Public propertyStartPoint
Gets or sets the Point where the PathFigure begins.
Top
See Also