Panel.LogicalOrientation Property
.NET Framework (current version)
The Orientation of the panel, if the panel supports layout in only a single dimension.
Assembly: PresentationFramework (in PresentationFramework.dll)
abstract LogicalOrientation : Orientation with get override LogicalOrientation : Orientation with get
Property Value
Type: System.Windows.Controls.OrientationThe Orientation of the panel. This property has no default value.
Subclasses of Panel can override this property. If HasLogicalOrientation is false, this property value should be ignored.
.NET Framework
Available since 3.0
Available since 3.0
Show: