This topic has not yet been rated - Rate this topic

AnimationStyle enumeration

Contains values for the AnimationStyle text attribute.

Syntax


enum AnimationStyle {  AnimationStyle_None, 
  AnimationStyle_LasVegasLights, 
  AnimationStyle_BlinkingBackground, 
  AnimationStyle_SparkleText, 
  AnimationStyle_MarchingBlackAnts, 
  AnimationStyle_MarchingRedAnts, 
  AnimationStyle_Shimmer, 
  AnimationStyle_Other 

};

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.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

UIAutomationCore.h (include UIAutomation.h)

See also

Text Attribute Identifiers

 

 

Send comments about this topic to Microsoft

Build date: 5/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.