GetDock(DependencyObject) Method
 
            
                In This Topic
            
            Gets the value of the Dock attached property for the specified element.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Function GetDock( _
   ByVal  As Windows.UI.Xaml.DependencyObject _
) As Dock
             
        
            
            public static Dock GetDock( 
   Windows.UI.Xaml.DependencyObject 
)
             
        
             
        
            Parameters
- element
 
- The element from which to read the attached property.
 
            
            Return Value
The value of the Dock property.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also