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