.NET Framework Class Library

DocumentViewer.HScrollBar Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > DocumentViewer Class > DocumentViewer Properties >

.NET Framework Class Library

DocumentViewer.HScrollBar Property

Gets or sets vertical scroll bar settings of the viewer.

Namespace: Gnostice.Controls.WPF

Assembly:  Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)

Syntax

Visual Basic

Public Property HScrollBar As HScrollBarInfo
 Get
 Set

C#

public HScrollBarInfo HScrollBar { getset; }

Visual C++

public:
virtual property HScrollBarInfoHScrollBar {
 HScrollBarInfoget () sealed;
 void set (HScrollBarInfovaluesealed;
}

Implements

IView.HScrollBar

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace