TextView.LastVisibleElementOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.