共用方式為


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

要傳回配置位置的專案。

傳回

指派給配置元素的區域。

適用於