AnimationEffectCollection
TriggerShape Property
|
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Shape TriggerShape { get; set; }
Public Property TriggerShape As Shape
Get
Set
public:
property Shape^ TriggerShape {
Shape^ get ();
void set (Shape^ value);
}
member TriggerShape : Shape with get, set
Property Value
Type:
Shape
See Also