Presentation
UseTimings Property
|
Specifies whether slide transition timing should be used to advance slides when presenting
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool UseTimings { get; set; }
Public Property UseTimings As Boolean
Get
Set
public:
property bool UseTimings {
bool get ();
void set (bool value);
}
member UseTimings : bool with get, set
Property Value
Type:
Boolean
See Also