ComponentOne Basic Library for WPF and Silverlight
GetOrientation Method (DockExtensions)


C1.WPF Namespace > DockExtensions Class : GetOrientation Method
The dock.
Gets the orientation.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function GetOrientation( _
   ByVal dock As Dock _
) As System.Windows.Controls.Orientation
'Usage
 
Dim dock As Dock
Dim value As System.Windows.Controls.Orientation
 
value = DockExtensions.GetOrientation(dock)
[System.Runtime.CompilerServices.Extension()]
public static System.Windows.Controls.Orientation GetOrientation( 
   Dock dock
)

Parameters

dock
The dock.
See Also

Reference

DockExtensions Class
DockExtensions Members