StackPanel.HasLogicalOrientation Propriété

Définition

Obtient une valeur qui indique si ce StackPanel a une orientation verticale ou horizontale.

protected public:
 virtual property bool HasLogicalOrientation { bool get(); };
protected internal override bool HasLogicalOrientation { get; }
member this.HasLogicalOrientation : bool
Protected Friend Overrides ReadOnly Property HasLogicalOrientation As Boolean

Valeur de propriété

Boolean

Cette propriété retourne toujours true.

Remarques

Cette propriété retourne true toujours, car une StackPanel orientation verticale ou horizontale doit être obligatoire.

S’applique à