StackPanel.HasLogicalOrientation Proprietà

Definizione

Ottiene un valore che indica se StackPanel ha orientamento verticale o orizzontale.

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

Valore della proprietà

Questa proprietà restituisce sempre true.

Commenti

Questa proprietà restituisce true sempre perché deve StackPanel avere un orientamento verticale o orizzontale.

Si applica a