次の方法で共有


LayoutInformation.GetLayoutSlot(FrameworkElement) メソッド

定義

指定した要素を含むレイアウト スロット (境界ボックス) を返します。

public:
 static Rect GetLayoutSlot(FrameworkElement ^ element);
 static Rect GetLayoutSlot(FrameworkElement const& element);
public static Rect GetLayoutSlot(FrameworkElement element);
function getLayoutSlot(element)
Public Shared Function GetLayoutSlot (element As FrameworkElement) As Rect

パラメーター

element
FrameworkElement

レイアウト スロットを返す要素。

戻り値

レイアウトの要素に割り当てられた領域。

適用対象