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
要傳回配置位置的專案。
傳回
指派給配置元素的區域。