Gets the characteristics associated with the horizontal 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 HorizontalScroll { get; }
Public ReadOnly Property HorizontalScroll As ScrollProperties
	Get
public:
property ScrollProperties^ HorizontalScroll {
	ScrollProperties^ get ();
}
member HorizontalScroll : ScrollProperties with get

Property Value

ScrollProperties

See Also