DockPanel.SetDock(UIElement, Dock) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la valeur de la propriété attachée Dock sur un élément spécifié.
public:
static void SetDock(System::Windows::UIElement ^ element, System::Windows::Controls::Dock dock);
public static void SetDock (System.Windows.UIElement element, System.Windows.Controls.Dock dock);
static member SetDock : System.Windows.UIElement * System.Windows.Controls.Dock -> unit
Public Shared Sub SetDock (element As UIElement, dock As Dock)
Paramètres
- element
- UIElement
Élément dans lequel la propriété jointe est écrite.
Remarques
La SetDock méthode modifie la position d’un élément enfant par rapport à d’autres éléments enfants au sein du même conteneur. Les propriétés d’alignement, telles que HorizontalAlignment, changent la position d’un élément enfant par rapport à son élément parent.