Class PropertyAnimationTrigger
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Provides trigger configuration (event and delay) for animations.
public class PropertyAnimationTrigger : DomItem
- Inheritance
-
PropertyAnimationTrigger
- Inherited Members
Properties
Trigger
Gets or sets the trigger event type (engine specific numeric constant).
public string Trigger { get; set; }
Property Value
TriggerDelay
Gets or sets the delay before firing the animation trigger (seconds).
public string TriggerDelay { get; set; }