The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AnimationStyle Enumeration
.NET Framework 3.0
Represents values for AnimationStyleAttribute.
Namespace: System.Windows.Automation.Text
Assembly: UIAutomationTypes (in uiautomationtypes.dll)
Assembly: UIAutomationTypes (in uiautomationtypes.dll)
[GuidAttribute("B6C08F15-AA5E-4754-9E4C-AA279D3F36D4")] [ComVisibleAttribute(true)] public enum AnimationStyle
/** @attribute GuidAttribute("B6C08F15-AA5E-4754-9E4C-AA279D3F36D4") */
/** @attribute ComVisibleAttribute(true) */
public enum AnimationStyle
GuidAttribute("B6C08F15-AA5E-4754-9E4C-AA279D3F36D4") ComVisibleAttribute(true) public enum AnimationStyle
| Member name | Description | |
|---|---|---|
| BlinkingBackground | Specifies that the font and background alternate between assigned colors and contrasting colors. | |
| LasVegasLights | Specifies that the bounding rectangle displays a border of alternating icons of different colors. | |
| MarchingBlackAnts | Specifies that the bounding rectangle displays moving black dashes. | |
| MarchingRedAnts | Specifies that the bounding rectangle displays moving red dashes. | |
| None | Specifies that there is no animation style. | |
| Other | Specifies that the animation style is one not explicitly itemized in the AnimationStyle enumeration. | |
| Shimmer | Specifies that the font alternates between solid and blurred. | |
| SparkleText | Specifies that the background displays flashing, multi-colored icons. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
Show: