CustomSlideShow Class
Represents a slide sequence that allows for the displaying of the slides within the presentation in any arbitrary order.
- Inheritance:
- System.ObjectCustomSlideShow
Properties
Name
Gets or sets the name for the custom show.
Property Value
- System.String
The name for the custom show.
Exceptions
- System.ArgumentException
Value is either null or System.String.Empty or custom show with the same name already exists in the presentation.
Slides
Gets the ordered collection of slides that will be played in the current custom show.
public ICollection<Slide> Slides { get; }
Public ReadOnly Property Slides As ICollection(Of Slide)
Property Value
- System.Collections.Generic.ICollection<Slide>
The ordered collection of slides that will be played in the current custom show.