Share via


ItemsStackPanel.Orientation Propriété

Définition

Obtient ou définit la dimension par laquelle les éléments enfants sont empilés.

public:
 property Orientation Orientation { Orientation get(); void set(Orientation value); };
Orientation Orientation();

void Orientation(Orientation value);
public Orientation Orientation { get; set; }
var orientation = itemsStackPanel.orientation;
itemsStackPanel.orientation = orientation;
Public Property Orientation As Orientation
ItemsStackPanel Orientation="orientationMemberName" />

Valeur de propriété

Une des valeurs d’énumération qui spécifie l’orientation des éléments enfants. La valeur par défaut est Vertical.

S’applique à