SlideShowTransition
Speed Property
|
Specifies the transition speed that is to be used when transitioning from the current slide
to the next.
Namespace:
Spire.Presentation.Drawing.Transition
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TransitionSpeed Speed { get; set; }
Public Property Speed As TransitionSpeed
Get
Set
public:
property TransitionSpeed Speed {
TransitionSpeed get ();
void set (TransitionSpeed value);
}
member Speed : TransitionSpeed with get, set
Property Value
Type:
TransitionSpeed
See Also