StackPanel.LogicalOrientation Property

Definition

Gets a value that represents the Orientation of the StackPanel.

protected public:
 virtual property System::Windows::Controls::Orientation LogicalOrientation { System::Windows::Controls::Orientation get(); };
protected internal override System.Windows.Controls.Orientation LogicalOrientation { get; }
member this.LogicalOrientation : System.Windows.Controls.Orientation
Protected Friend Overrides ReadOnly Property LogicalOrientation As Orientation

Property Value

An Orientation value.

Applies to

See also