Gets or sets the current presentation mode.
Namespace:
ESRI.ArcGISExplorer.ApplicationAssembly: ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public PresentationMode PresentationMode { get; set; } |
Visual Basic (Declaration) |
---|
Public Property PresentationMode As PresentationMode |
Field Value
One of the PresentationMode values which defines the presentation mode of the application.
Remarks
There are three distinct modes the presentation can be in defined by PresentationMode.
Changing the presentation mode will display the presentation editing tools (Editing), put the application in full-screen presentation mode (Presenting), or hide the presentation editing tools (None).
Examples
The following demonstrates how you can start a full-screen presentation by setting the presentation mode to Presenting.
CopyC#
CopyVB.NET

ESRI.ArcGISExplorer.Application.Application.Presentation.PresentationMode = PresentationMode.Presenting;

ESRI.ArcGISExplorer.Application.Application.Presentation.PresentationMode = PresentationMode.Presenting