DockPanel.SetDock(UIElement, Dock) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 Dock 附加屬性的值設定為指定的元素。
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)
參數
- element
- UIElement
要寫入附加屬性的項目。
備註
SetDock方法會變更子專案相對於相同容器內其他子專案的位置。 對齊屬性,例如 HorizontalAlignment ,變更子專案相對於其父元素的位置。