TextView.FirstVisibleElementOffset 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.
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.