StackPanel.HasLogicalOrientation Property

Definition

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

C#
protected internal override bool HasLogicalOrientation { get; }

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