Share via


TextView.FirstVisibleElementIndex プロパティ

定義

テキストの改ページ位置が自動修正された後に、現在のテキスト ビュー上の最初の TextViewElement オブジェクトのインデックスを取得します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

public:
 property int FirstVisibleElementIndex { int get(); };
[System.ComponentModel.Browsable(false)]
public int FirstVisibleElementIndex { get; }
[<System.ComponentModel.Browsable(false)>]
member this.FirstVisibleElementIndex : int
Public ReadOnly Property FirstVisibleElementIndex As Integer

プロパティ値

現在のテキスト ビューの改ページ位置が自動修正される場合の、現在のテキスト ビュー上の最初の TextViewElement オブジェクトのインデックス。 現在の TextViewElement オブジェクトに TextView オブジェクトが存在しない場合は、-1 が返されます。

属性

注釈

プロパティは FirstVisibleElementIndex 、コンテンツをレンダリングするためにカスタム デバイス アダプターの開発者によって使用されます。

適用対象

こちらもご覧ください