SlideShowTransition
AdvanceAfterTime Property
|
Specifies the time, in milliseconds, after which the transition should start. This setting
may be used in conjunction with the advClick attribute. If this attribute is not specified
then it is assumed that no auto-advance will occur.
Namespace:
Spire.Presentation.Drawing.Transition
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public uint AdvanceAfterTime { get; set; }
Public Property AdvanceAfterTime As UInteger
Get
Set
public:
property unsigned int AdvanceAfterTime {
unsigned int get ();
void set (unsigned int value);
}
member AdvanceAfterTime : uint32 with get, set
Property Value
Type:
UInt32
See Also