Specifies the presentation modes of the application.
Namespace:
ESRI.ArcGISExplorer.ApplicationAssembly: ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public enum PresentationMode |
Visual Basic (Declaration) |
---|
Public Enumeration PresentationMode |
Members
Value | Member name | Description | |
---|---|---|---|
2 | Editing |
The presentation editing tools are displayed.
| |
0 | None |
The presentation is not visible.
| |
1 | Presenting |
The presentation is running in full-screen.
|