Gets the characteristics associated with the vertical scroll bar.

Namespace: Spire.PdfViewer.Forms
Assembly: 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 ScrollProperties VerticalScroll { get; }
Public ReadOnly Property VerticalScroll As ScrollProperties
	Get
public:
property ScrollProperties^ VerticalScroll {
	ScrollProperties^ get ();
}
member VerticalScroll : ScrollProperties with get

Property Value

ScrollProperties

See Also