.NET Framework Class Library

VisibilityState Enumeration

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Viewer Namespace >

.NET Framework Class Library

VisibilityState Enumeration

Defines how the navigation pane is displayed in the document viewer whether it should be expanded/collapsed.

Namespace: Gnostice.Core.Viewer

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Enumeration VisibilityState

C#

public enum VisibilityState

Visual C++

public enum class VisibilityState

Members


Member name

Value

Description


Collapsed

0

Collapsed navigation pane when NavigationPane.Visibility set to Auto.


Expanded

1

Expanded navigation pane when NavigationPane.Visibility set to Auto.

See Also

Gnostice.Core.Viewer Namespace