TimeLine
InteractiveSequences Property
|
Gets collection of interactive sequences.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public SequenceCollection InteractiveSequences { get; }
Public ReadOnly Property InteractiveSequences As SequenceCollection
Get
public:
property SequenceCollection^ InteractiveSequences {
SequenceCollection^ get ();
}
member InteractiveSequences : SequenceCollection with get
Property Value
Type:
SequenceCollection
See Also