PathFigure Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The PathFigure type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public propertySupported by Silverlight for Windows Phone IsClosed Gets or sets a value that indicates whether this figure's first and last segments are connected.
Public propertySupported by Silverlight for Windows Phone 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.
Public propertySupported by Silverlight for Windows Phone Segments Gets or sets the collection of segments that define the shape of this PathFigure object.
Public propertySupported by Silverlight for Windows Phone StartPoint Gets or sets the Point where the PathFigure begins.

Top