LayoutInformation.GetLayoutSlot(FrameworkElement) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した要素を含むレイアウト スロット (境界ボックス) を返します。
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
レイアウト スロットを返す要素。
戻り値
レイアウトの要素に割り当てられた領域。