VirtualizingStackPanel.GetItemOffsetCore(UIElement) 메서드

정의

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

protected:
 override double GetItemOffsetCore(System::Windows::UIElement ^ child);
protected override double GetItemOffsetCore (System.Windows.UIElement child);
override this.GetItemOffsetCore : System.Windows.UIElement -> double
Protected Overrides Function GetItemOffsetCore (child As UIElement) As Double

매개 변수

child
UIElement

위치를 찾을 요소입니다.

반환

Double

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

적용 대상