VirtualizingPanel.GetItemOffset(UIElement) 메서드

정의

VirtualizingPanel을 기준으로 하는 지정된 항목의 위치를 반환합니다.

public:
 double GetItemOffset(System::Windows::UIElement ^ child);
public double GetItemOffset (System.Windows.UIElement child);
member this.GetItemOffset : System.Windows.UIElement -> double
Public Function GetItemOffset (child As UIElement) As Double

매개 변수

child
UIElement

위치를 찾을 요소입니다.

반환

Double

VirtualizingPanel을 기준으로 하는 지정된 항목의 위치입니다.

설명

이 메서드는 GetItemOffsetCore를 호출합니다.

적용 대상