Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / DockExtensions Class / GetOrientation Method
The dock.

In This Topic
    GetOrientation Method
    In This Topic
    Gets the orientation.
    Syntax
    'Declaration
     
    
    Public Shared Function GetOrientation( _
       ByVal dock As Dock _
    ) As Orientation
    public static Orientation GetOrientation( 
       Dock dock
    )

    Parameters

    dock
    The dock.
    See Also