PathGeometry.Figures Właściwość

Definicja

Pobiera lub ustawia kolekcję PathFigure obiektów opisujących zawartość ścieżki.

public:
 property System::Windows::Media::PathFigureCollection ^ Figures { System::Windows::Media::PathFigureCollection ^ get(); void set(System::Windows::Media::PathFigureCollection ^ value); };
public System.Windows.Media.PathFigureCollection Figures { get; set; }
member this.Figures : System.Windows.Media.PathFigureCollection with get, set
Public Property Figures As PathFigureCollection

Wartość właściwości

PathFigureCollection

Kolekcja PathFigure obiektów opisujących zawartość ścieżki. Każda osoba PathFigure opisuje kształt.

Uwagi

Użycie atrybutu języka XAML

<object Figures="moveAndDrawCommands"/>  

Użycie elementu właściwości języka XAML

<object>  
  <object.Figures>  
    oneOrMoreFigures  
  </object.Figures>  
</object>  

Wartości XAML

moveAndDrawCommands
Co najmniej jedno polecenie przenieś i rysuj. Zobacz Składnia znaczników ścieżki.

oneOrMoreFigures
System.Windows.Media.PathFigure

Co najmniej PathFigure jeden obiekt.

Informacje dotyczące właściwości zależności

Pole identyfikatora FiguresProperty
Właściwości metadanych ustawione na true Brak

Dotyczy