Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / DockExtensions Class / GetOpposite Method
The dock.

In This Topic
    GetOpposite Method (DockExtensions)
    In This Topic
    Gets the opposite.
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Shared Function GetOpposite( _
       ByVal dock As Dock _
    ) As Dock
    [Extension()]
    public static Dock GetOpposite( 
       Dock dock
    )

    Parameters

    dock
    The dock.
    See Also