StackPanel.HasLogicalOrientation Propiedad

Definición

Obtiene un valor que indica si tiene StackPanel orientación vertical u horizontal.

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 siempre devuelve true.

Comentarios

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

Se aplica a