DockPanel.GetDock(UIElement) 메서드

정의

지정된 UIElement에 대한 Dock 연결된 속성의 값을 설정합니다.

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 속성 값입니다.

특성

적용 대상

추가 정보