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


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

Parameters

dock
The dock.
See Also

Reference

DockExtensions Class
DockExtensions Members