Specifies a value between 0 and 1 that indicates how far the text is scrolled down. The scroll bars use this value to draw the slider at the correct possition, and they change this value if the user changes the slider.

Namespace: TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public double VScrollValue { get; set; }
Visual Basic
Public Property VScrollValue As Double
	Get
	Set

Implements

IVerticalScroll..::..VScrollValue

See Also