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

要为其返回布局槽的元素。

返回

分配给元素进行布局的区域。

适用于