CustomSlideShowSlides Property |
Gets the ordered collection of slides that will be played in the current custom show.
Namespace:
GemBox.Presentation
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 23.0.35.1026
Syntaxpublic ICollection<Slide> Slides { get; }
Public ReadOnly Property Slides As ICollection(Of Slide)
Get
Property Value
Type:
ICollectionSlide
The ordered collection of slides that will be played in the current custom show.
See Also