ISequenceTriggerShape Property |
Returns or sets shape target for INTERACTIVE sequence.
If sequence is not interactive then returns null.
Read/write
IShape.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxIShape TriggerShape { get; set; }
Property TriggerShape As IShape
Get
Set
property IShape^ TriggerShape {
IShape^ get ();
void set (IShape^ value);
}
abstract TriggerShape : IShape with get, set
Property Value
Type:
IShape
See Also