TextView.LastVisibleElementOffset Property

Definition

Returns the character offset into the last TextViewElement object, 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 LastVisibleElementOffset { int get(); };
[System.ComponentModel.Browsable(false)]
public int LastVisibleElementOffset { get; }
[<System.ComponentModel.Browsable(false)>]
member this.LastVisibleElementOffset : int
Public ReadOnly Property LastVisibleElementOffset As Integer

Property Value

The character offset into the last TextViewElement object, which is displayed when paginated. If there are no TextViewElement objects on the current TextView, returns 0.

Attributes

Remarks

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

Applies to

See also