AnimationStyle Enum

Definition

Represents values for AnimationStyleAttribute.

public enum class AnimationStyle
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("B6C08F15-AA5E-4754-9E4C-AA279D3F36D4")]
public enum AnimationStyle
public enum AnimationStyle
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("B6C08F15-AA5E-4754-9E4C-AA279D3F36D4")>]
type AnimationStyle = 
type AnimationStyle = 
Public Enum AnimationStyle
Inheritance
AnimationStyle
Attributes

Fields

BlinkingBackground 2

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

LasVegasLights 1

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

MarchingBlackAnts 4

Specifies that the bounding rectangle displays moving black dashes.

MarchingRedAnts 5

Specifies that the bounding rectangle displays moving red dashes.

None 0

Specifies that there is no animation style.

Other -1

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

Shimmer 6

Specifies that the font alternates between solid and blurred.

SparkleText 3

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

Remarks

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

Applies to