Gets the orientation.

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

Syntax

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

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