Gets the attributes related to vertical scrollbars.

Namespace: Spire.DocViewer.Forms
Assembly: Spire.DocViewer.Forms (in Spire.DocViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.4020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public VScrollProperties VerticalScroll { get; }
Public ReadOnly Property VerticalScroll As VScrollProperties
	Get
public:
property VScrollProperties^ VerticalScroll {
	VScrollProperties^ get ();
}
member VerticalScroll : VScrollProperties with get

Property Value

VScrollProperties

See Also