DockPanel.GetDock(UIElement) Metoda

Definicja

Pobiera wartość dołączonej Dock właściwości dla określonego UIElementelementu .

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

Parametry

element
UIElement

Element, z którego jest odczytywana wartość właściwości.

Zwraca

Dock

Wartość Dock właściwości elementu.

Atrybuty

Dotyczy

Zobacz też