Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Contains values for the AnimationStyle text attribute.
Syntax
typedef enum AnimationStyle {
AnimationStyle_None = 0,
AnimationStyle_LasVegasLights = 1,
AnimationStyle_BlinkingBackground = 2,
AnimationStyle_SparkleText = 3,
AnimationStyle_MarchingBlackAnts = 4,
AnimationStyle_MarchingRedAnts = 5,
AnimationStyle_Shimmer = 6,
AnimationStyle_Other = -1
} ;
Constants
AnimationStyle_NoneValue: 0 None. |
AnimationStyle_LasVegasLightsValue: 1 The bounding rectangle displays a border of alternating icons of different colors. |
AnimationStyle_BlinkingBackgroundValue: 2 The font and background alternate between assigned colors and contrasting colors. |
AnimationStyle_SparkleTextValue: 3 The background displays flashing, multicolored icons. |
AnimationStyle_MarchingBlackAntsValue: 4 The bounding rectangle displays moving black dashes. |
AnimationStyle_MarchingRedAntsValue: 5 The bounding rectangle displays moving red dashes. |
AnimationStyle_ShimmerValue: 6 The font alternates between solid and blurred. |
AnimationStyle_OtherValue: -1 Other. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcore.h (include UIAutomation.h) |