.NET Framework Class Library

NavigationPane Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

NavigationPane Class

This represents navigation pane of the WPF document viewer.

Namespace: Gnostice.Controls.WPF

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

Syntax

Visual Basic

<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class NavigationPane _
 Implements INotifyPropertyChanged

C#

[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class NavigationPane : INotifyPropertyChanged

Visual C++

[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class NavigationPane : INotifyPropertyChanged

Inheritance Hierarchy

System.Object

Gnostice.Controls.WPF.NavigationPane

See Also

NavigationPane Members

Gnostice.Controls.WPF Namespace