Class EffectRestartType
Specifies the restart type of effect
Inheritance
System.Object
EffectRestartType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class EffectRestartType : Enum
Fields
Always
Specifies the restart type is Always
Declaration
public const EffectRestartType Always
Field Value
Type |
---|
EffectRestartType |
Never
Specifies the restart type is Never
Declaration
public const EffectRestartType Never
Field Value
Type |
---|
EffectRestartType |
NotDefined
Specifies the restart type is Not Defined
Declaration
public const EffectRestartType NotDefined
Field Value
Type |
---|
EffectRestartType |
WhenNotActive
Specifies the restart type is When Not Active
Declaration
public const EffectRestartType WhenNotActive
Field Value
Type |
---|
EffectRestartType |