.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 > NavigationPaneState Enumeration |
Defines how tabs in the navigation pane are displayed.
Namespace: Gnostice.Controls.WPF
Assembly: Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)
Visual Basic |
Public Enumeration NavigationPaneState |
C# |
public enum NavigationPaneState |
Visual C++ |
public enum class NavigationPaneState |
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. |