Class EffectTriggerType
Specifies the trigger type of effect
Inheritance
System.Object
EffectTriggerType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class EffectTriggerType : Enum
Fields
AfterPrevious
Specifies the effect trigger type is After Previous
Declaration
public const EffectTriggerType AfterPrevious
Field Value
Type |
---|
EffectTriggerType |
OnClick
Specifies the effect trigger type is On Click
Declaration
public const EffectTriggerType OnClick
Field Value
Type |
---|
EffectTriggerType |
WithPrevious
Specifies the effect trigger type is With Previous
Declaration
public const EffectTriggerType WithPrevious
Field Value
Type |
---|
EffectTriggerType |