ISlideShowTransition

ISlideShowTransition interface

Represents slide show transition.

public interface ISlideShowTransition

Properties

NameDescription
AdvanceAfter { get; set; }This attribute specifies if the slideshow will move to the next slide after a certain time. Read/write Boolean.
AdvanceAfterTime { get; set; }Specifies the time, in milliseconds, after which the transition should start. This setting may be used in conjunction with the advClick attribute. If this attribute is not specified then it is assumed that no auto-advance will occur. Read-write UInt32.
AdvanceOnClick { get; set; }Specifies whether a mouse click will advance the slide or not. If this attribute is not specified then a value of true is assumed. Read-write Boolean.
Sound { get; set; }Returns or sets the embedded audio data. Read-write IAudio.
SoundIsBuiltIn { get; set; }Specifies whether or not this sound is a built-in sound. If this attribute is set to true then the generating application is alerted to check the name attribute specified for this sound in it’s list of built-in sounds and can then surface a custom name or UI as needed. Read-write Boolean.
SoundLoop { get; set; }This attribute specifies if the sound will loop until the next sound event occurs in slideshow. Read-write Boolean.
SoundMode { get; set; }Set or returns sound mode for slide transition. Read-write TransitionSoundMode.
SoundName { get; set; }Specifies a human readable name for the sound of the transition. The Sound property must be assigned to get or set the sound name. Read-write String.
Speed { get; set; }Specifies the transition speed that is to be used when transitioning from the current slide to the next. Read-write TransitionSpeed.
Type { get; set; }Type of transition. Read-write TransitionType.
Value { get; }Slide show transition value. Read-only ITransitionValueBase.

See Also