Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Represents values for AnimationStyleAttribute.

Namespace:   System.Windows.Automation.Text
Assembly:  UIAutomationTypes (in UIAutomationTypes.dll)

[ComVisibleAttribute(true)]
[GuidAttribute("B6C08F15-AA5E-4754-9E4C-AA279D3F36D4")]
public enum AnimationStyle

Member nameDescription
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.

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

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft