AnimatableSlide Class
Represents a base type for all slide types that can be animated.
public abstract class AnimatableSlide : SlideObject
Public MustInherit Class AnimatableSlide
Inherits SlideObject
- Inheritance:
- AnimatableSlide
- Derived
Properties
SlideId
Returns a unique ID number for the specified slide.
Property Value
Transition
Gets the kind of slide transition that should be used to transition to the current slide from the previous slide.
public SlideShowTransition Transition { get; }
Public ReadOnly Property Transition As SlideShowTransition
Property Value
The kind of slide transition that should be used to transition to the current slide from the previous slide.
Inherited Properties
Background | Gets or sets the slide background. (Inherited from SlideObject) |
Content | Gets the slide's content in a form of a root GroupShape that groups all the Drawings contained on this slide. (Inherited from SlideObject) |
ParentTemplate | Gets the parent template SlideObject or null if this SlideObject is master slide. (Inherited from SlideObject) |
ShowMasterShapes | Gets or sets a value indicating whether the shapes from the ParentTemplate should be shown on this slide. Default value is true. (Inherited from SlideObject) |
TextContent | Gets the text content of the current SlideObject. (Inherited from SlideObject) |
Inherited Methods
ToString() | Returns a String that represents this SlideObject instance. (Inherited from SlideObject) |