Gets the opposite.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public static Dock GetOpposite(
	this Dock dock
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function GetOpposite ( _
	dock As Dock _
) As Dock

Parameters

dock
Type: C1.Xaml..::..Dock
The dock.

Return Value

See Also