set_Duration()

SlideShowTransition::set_Duration(int32_t) method

Sets the duration of the slide transition effect in milliseconds. Write int32_t.

void Aspose::Slides::SlideShow::SlideShowTransition::set_Duration(int32_t value) 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