.NET Framework Class Library

DocumentViewer.NavigationPane 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.NavigationPane Property

Gets or sets current Navigation Pane

Namespace: Gnostice.Controls.WPF

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

Syntax

Visual Basic

Public Property NavigationPane As NavigationPane
 Get
 Set

C#

public NavigationPane NavigationPane { getset; }

Visual C++

public:
property NavigationPaneNavigationPane {
 NavigationPaneget ();
 void set (NavigationPanevalue);
}

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace