PathGeometry.Figures Vlastnost

Definice

Získá nebo nastaví kolekci PathFigure objektů, které popisují obsah cesty.

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

Hodnota vlastnosti

Kolekce PathFigure objektů, které popisují obsah cesty. Každý jednotlivec PathFigure popisuje obrazec.

Poznámky

Použití atributu XAML

<object Figures="moveAndDrawCommands"/>

Použití elementu vlastnosti XAML

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

Hodnoty XAML

moveAndDrawCommands Jeden nebo více příkazů pro přesunutí a kreslení Viz syntaxe značek cest.

oneOrMoreFiguresSystem.Windows.Media.PathFigure

Jeden nebo více PathFigure objektů.

Informace o vlastnosti závislosti

Položka Value
Pole Identifikátor FiguresProperty
Vlastnosti metadat nastavené na true None

Platí pro