DockPanel.GetDock(UIElement) Yöntem

Tanım

Belirtilen UIElementbir için iliştirilmiş özelliğin Dock değerini alır.

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

Parametreler

element
UIElement

Özellik değerinin okunduğu öğe.

Döndürülenler

Dock öğesinin özellik değeri.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.