TextView.FirstVisibleElementOffset Property

Definition

Gets the character offset into the first TextViewElement class, which is displayed when paginated. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

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

Property Value

The character offset into the first TextViewElement class, which is displayed when paginated. If there are no TextViewElement objects for the current TextView object, this value is 0.

Attributes

Remarks

The FirstVisibleElementOffset property is used by developers of custom device adapters for rendering the contents.

Applies to

See also