Class TextEffect
Specifies the type of animation to apply to a font.
Inheritance
System.Object
TextEffect
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class TextEffect : Enum
Fields
BlinkingBackground
Black-and-white, blinking background.
Declaration
public const TextEffect BlinkingBackground
Field Value
Type |
---|
TextEffect |
LasVegasLights
Alternating color and pattern border.
Declaration
public const TextEffect LasVegasLights
Field Value
Type |
---|
TextEffect |
MarchingBlackAnts
Rotating black-dashed border.
Declaration
public const TextEffect MarchingBlackAnts
Field Value
Type |
---|
TextEffect |
MarchingRedAnts
Rotating red-dashed border.
Declaration
public const TextEffect MarchingRedAnts
Field Value
Type |
---|
TextEffect |
None
No animation. Default.
Declaration
public const TextEffect None
Field Value
Type |
---|
TextEffect |
Shimmer
Font shimmers in and out of focus.
Declaration
public const TextEffect Shimmer
Field Value
Type |
---|
TextEffect |
SparkleText
Randomly alternating pattern and color background.
Declaration
public const TextEffect SparkleText
Field Value
Type |
---|
TextEffect |