DockPanel.GetDock(UIElement) Метод

Определение

Получает значение присоединенного свойства Dock для указанного элемента UIElement.

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 элемента.

Атрибуты

Применяется к

См. также раздел