ActiveSlide
Timeline Property
|
Gets animation timeline object.
Read-only
TimeLine
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TimeLine Timeline { get; }
Public ReadOnly Property Timeline As TimeLine
Get
public:
virtual property TimeLine^ Timeline {
TimeLine^ get () sealed;
}
abstract Timeline : TimeLine with get
override Timeline : TimeLine with get
Property Value
Type:
TimeLine
See Also