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

位置を検索する要素。

戻り値

VirtualizingPanel を基準とする、指定された項目の相対的な位置。

注釈

このメソッドは GetItemOffsetCore を呼び出します。

適用対象