StackPanel.HasLogicalOrientation Propiedad

Definición

Obtiene un valor que indica si este objeto StackPanel tiene orientación horizontal o vertical.

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

Valor de propiedad

Esta propiedad devuelve siempre true.

Comentarios

Esta propiedad siempre devuelve true porque debe StackPanel tener orientación vertical u horizontal.

Se aplica a