Gets the opposite.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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.Silverlight..::..Dock
The dock.

Return Value

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Dock. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also