Gets or sets a value indicating whether the slide is visible when the PresentationMode is Presenting.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public bool Visible { get; set; }
Visual Basic (Declaration)
Public Property Visible As Boolean

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.

See Also