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.

Применяется к