Gets or sets a numeric value that represents the current position of the
scroll bar box.
Namespace: Spire.PdfViewer.FormsAssembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public int Value { get; }
Public ReadOnly Property Value As Integer Get
public: property int Value { int get (); }
member Value : int with get