Enum EffectTriggerType
Specifies the trigger type of effect
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum EffectTriggerType
Fields
| Name | Description |
|---|---|
| AfterPrevious | Specifies the effect trigger type is After Previous |
| OnClick | Specifies the effect trigger type is On Click |
| WithPrevious | Specifies the effect trigger type is With Previous |