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

Property Value

HScrollProperties

See Also