StackPanel.HasLogicalOrientation Property

Definition

Gets a value that indicates if this StackPanel has vertical or horizontal orientation.

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

Property Value

This property always returns true.

Remarks

This property always returns true because a StackPanel must have either vertical or horizontal orientation.

Applies to