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
要为其返回布局槽的元素。
返回
分配给元素进行布局的区域。