DockPanel.GetDock(UIElement) Méthode

Définition

Obtient la valeur de la propriété attachée Dock pour un UIElement spécifié.

public:
 static System::Windows::Controls::Dock GetDock(System::Windows::UIElement ^ element);
[System.Windows.AttachedPropertyBrowsableForChildren]
public static System.Windows.Controls.Dock GetDock (System.Windows.UIElement element);
[<System.Windows.AttachedPropertyBrowsableForChildren>]
static member GetDock : System.Windows.UIElement -> System.Windows.Controls.Dock
Public Shared Function GetDock (element As UIElement) As Dock

Paramètres

element
UIElement

Élément à partir duquel la valeur de la propriété est lue.

Retours

Dock

Valeur de la propriété Dock pour l’élément.

Attributs

S’applique à

Voir aussi