ArcGIS Explorer Component Help |
Slide..::.Visible Property |
Slide Class See Also |
Gets or sets a value indicating whether the slide is visible when the PresentationMode
is Presenting.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
Field Value
true if the slide is visible when presenting, otherwise false.Remarks
When presenting slides, slides can be part of the presentation, but hidden from the presentation. A slide that is hidden is skipped when advancing the slides using MoveNextSlide()()(), MovePreviousSlide()()(), or when the slides are advanced automatically. A slide is hidden if the Visible property is false.
The Visible property only applies to advancing slides when the PresentationMode is Presenting.