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

찾을 위치의 요소입니다.

반품

지정된 항목의 위치로, .을 기준으로 합니다 VirtualizingStackPanel.

적용 대상