PathGeometry.Figures Property

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

Gets or sets the collection of PathFigure objects that describe the contents of a path.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Property Figures As PathFigureCollection
public PathFigureCollection Figures { get; set; }
<PathGeometry>
  <PathGeometry.Figures>
    oneOrMoreFigures
  </PathGeometry.Figures>
</PathGeometry>
<PathGeometry Figures="moveAndDrawCommands"/>

XAML Values

Property Value

Type: System.Windows.Media.PathFigureCollection
A collection of PathFigure objects that describe the contents of a path. Each individual PathFigure describes a shape.

Remarks

Dependency property identifier field: FiguresProperty

The XAML syntax for Figures is an example of an implicit collection syntax, where you can omit the PathFigureCollection object element, as well as the PathGeometry.Figures property element. Instead, you generally include one or more PathFigure object elements as child elements of a PathGeometry. For more information about XAML implicit collection syntax, see XAML Overview.

NoteNote:

Explicitly including a PathFigureCollection object element is permissible XAML syntax, and it might be useful if you intend to name the collection in XAML and manipulate its contents through script later. Including the PathGeometry.Figures property element might also be useful for markup clarity, because of the nested Figures and Segments collections found in a typical complex PathGeometry.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.