TextViewer Help
C#
VB
Show/Hide TOC
Text
Viewer
Offset
Y Property
The offset of the document in pixels on y axis.
Definition
Namespace:
BeeMobile.TextViewer
Assembly:
BeeMobile.TextViewer.NET48 (in BeeMobile.TextViewer.NET48.dll) Version: 4.8.0.4
C#
Copy
public
int
OffsetY
{
get
;
set
; }
VB
Copy
Public
Property
OffsetY
As
Integer
Get
Set
Property Value
Int32
Implements
IVerticallyScrollable
OffsetY
ITouchable.OffsetY
See Also
Reference
TextViewer Class
BeeMobile.TextViewer Namespace
In This Article
Definition
Property Value
Implements
See Also