SlideShowTransition
Option Property
|
Option 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 Object Option { get; set; }
Public Property Option As Object
Get
Set
public:
property Object^ Option {
Object^ get ();
void set (Object^ value);
}
member Option : Object with get, set
Property Value
Type:
Object
See Also