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 プロパティ値。

属性

適用対象

こちらもご覧ください