다음을 통해 공유


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

레이아웃 슬롯을 반환할 요소입니다.

반환

레이아웃을 위해 요소에 할당된 영역입니다.

적용 대상