.NET Framework Class Library

NavigationPaneState Enumeration

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

NavigationPaneState Enumeration

Defines how tabs in the navigation pane are displayed.

Namespace: Gnostice.Controls.WPF

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

Syntax

Visual Basic

Public Enumeration NavigationPaneState

C#

public enum NavigationPaneState

Visual C++

public enum class NavigationPaneState

Members


Member name

Value

Description


Normal

0



Collapsed

1

\Navigation tabs are displayed normally - neither fully collapsed or fully expanded.


Expanded

2

\Navigation pane tabs are collapsed.

See Also

Gnostice.Controls.WPF Namespace