Determines the orientation of this panel based on the wrapped visual element's orientation.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public Nullable<Orientation> GetPanelOrientation() |
| Visual Basic |
|---|
Public Function GetPanelOrientation As Nullable(Of Orientation) |
| JScript |
|---|
public function GetPanelOrientation() : Nullable<Orientation> |
Return Value
The
Orientation of this
GwxPanel, or "null" if the panel does not support an orientation.
See Also