SlideShowTransition
Type Property
|
Type of transition
Namespace:
Spire.Presentation.Drawing.Transition
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TransitionType Type { get; set; }
Public Property Type As TransitionType
Get
Set
public:
property TransitionType Type {
TransitionType get ();
void set (TransitionType value);
}
member Type : TransitionType with get, set
Property Value
Type:
TransitionType
See Also