The Slide type exposes the following members.

Constructors

  NameDescription
Slide
Initializes a new instance of the Slide class

Methods

  NameDescription
Clone
Returns a new Slide with properties equal to the current Slide.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
AdvanceInterval
Gets or sets the time interval that this slide will be shown for during presentations that run automatically.
Basemap
Gets or sets the Basemap associated with this slide.
PopupItem
Gets the MapItem whose popup window is associated with this slide. A null reference will be returned if the slide does not have an associated popup window.
Tag
Gets or sets an object that contains data to associate with the slide.
Thumbnail
Gets or sets the thumbnail image associated with this slide.
Title
Gets or sets the title associated with this slide.
Viewpoint
Gets or sets the Viewpoint that is associated with this slide.
Visible
Gets or sets a value indicating whether the slide is visible when the PresentationMode is Presenting.
VisibleItems
Gets the visible MapItems associated with this slide.

See Also