get_Duration()

SlideShowTransition::get_Duration() method

Gets the duration of the slide transition effect in milliseconds. Read int32_t.

int32_t Aspose::Slides::SlideShow::SlideShowTransition::get_Duration() override

Remarks

Corresponds to the p14:dur attribute of the p:transition element in the PresentationML schema. If not set, the duration is determined automatically based on the Speed property and the transition type.

See Also