PathGeometry 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 PathGeometry type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Bounds Gets a Rect that specifies the axis-aligned bounding box of the Geometry. (Inherited from Geometry.)
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 Figures Gets or sets the collection of PathFigure objects that describe the contents of a path.
Public propertySupported by Silverlight for Windows Phone FillRule Gets or sets a value that determines how the intersecting areas contained in the PathGeometry are combined.
Public propertySupported by Silverlight for Windows Phone Transform Gets or sets the Transform object applied to a Geometry. (Inherited from Geometry.)

Top