Edit

AnimationStyle Enum

Definition

Represents values for AnimationStyleAttribute.

public enum class AnimationStyle
public enum AnimationStyle
type AnimationStyle = 
Public Enum AnimationStyle
Inheritance
AnimationStyle

Fields

Name Value Description
Other -1

Specifies that the animation style is one not explicitly itemized in the AnimationStyle enumeration.

None 0

Specifies that there is no animation style.

LasVegasLights 1

Specifies that the bounding rectangle displays a border of alternating icons of different colors.

BlinkingBackground 2

Specifies that the font and background alternate between assigned colors and contrasting colors.

SparkleText 3

Specifies that the background displays flashing, multi-colored icons.

MarchingBlackAnts 4

Specifies that the bounding rectangle displays moving black dashes.

MarchingRedAnts 5

Specifies that the bounding rectangle displays moving red dashes.

Shimmer 6

Specifies that the font alternates between solid and blurred.

Remarks

Animations appear on the screen only; the animated text prints, but the animation effect does not.

Applies to