ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DockPanel Class / GetDock Method
The element from which to read the attached property.



In This Topic
    GetDock Method
    In This Topic
    Gets the value of the Dock attached property for the specified element.
    Syntax
    'Declaration
     
    
    Public Shared Function GetDock( _
       ByVal element As DependencyObject _
    ) As Dock
    'Usage
     
    
    Dim element As DependencyObject
    Dim value As Dock
     
    value = C1DockPanel.GetDock(element)
    public static Dock GetDock( 
       DependencyObject element
    )
    public:
    static Dock GetDock( 
       DependencyObject^ element
    ) 

    Parameters

    element
    The element from which to read the attached property.

    Return Value

    The value of the Dock property.
    See Also