In This Topic
            
            Gets the orientation.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Function GetOrientation( _
   ByVal  As Dock _
) As Windows.UI.Xaml.Controls.Orientation
             
        
            
            public static Windows.UI.Xaml.Controls.Orientation GetOrientation( 
   Dock 
)
             
        
             
        
            Parameters
- dock
 
- The dock.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also