DockPanel.GetDock(UIElement) 方法

定义

获取指定的 UIElementDock 附加属性值。

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

参数

element
UIElement

要从中读取属性值的元素。

返回

Dock

元素的 Dock 属性值。

属性

适用于

另请参阅