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элемента.

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