The Slide type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Returns a new Slide with properties equal to the current Slide.
|
![]() | Equals | (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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | 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.
|