AnimationStyle Enumerated Type
Contains values for the animation style text attribute.
Syntax
typedef enum { AnimationStyle_None, AnimationStyle_LasVegasLights, AnimationStyle_BlinkingBackground, AnimationStyle_SparkleText, AnimationStyle_MarchingBlackAnts, AnimationStyle_MarchingRedAnts, AnimationStyle_Shimmer, AnimationStyle_Other } AnimationStyle;
Constants
AnimationStyle_None
None.AnimationStyle_LasVegasLights
The bounding rectangle displays a border of alternating icons of different colors.AnimationStyle_BlinkingBackground
The font and background alternate between assigned colors and contrasting colors.AnimationStyle_SparkleText
The background displays flashing, multicolored icons.AnimationStyle_MarchingBlackAnts
The bounding rectangle displays moving black dashes.AnimationStyle_MarchingRedAnts
The bounding rectangle displays moving red dashes.AnimationStyle_Shimmer
The font alternates between solid and blurred.AnimationStyle_Other
Other.
Enumerated Type Information
Header uiautomationcore.h Minimum operating systems Windows XP
See Also