AnimationStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents values for AnimationStyleAttribute.
public enum class AnimationStyle
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("B6C08F15-AA5E-4754-9E4C-AA279D3F36D4")]
public enum AnimationStyle
public enum AnimationStyle
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("B6C08F15-AA5E-4754-9E4C-AA279D3F36D4")>]
type AnimationStyle =
type AnimationStyle =
Public Enum AnimationStyle
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Other | -1 | Specifies that the animation style is one not explicitly itemized in the AnimationStyle enumeration. |
None | 0 | Specifies that there is no animation style. |
LasVegasLights | 1 | Specifies that the bounding rectangle displays a border of alternating icons of different colors. |
BlinkingBackground | 2 | Specifies that the font and background alternate between assigned colors and contrasting colors. |
SparkleText | 3 | Specifies that the background displays flashing, multi-colored icons. |
MarchingBlackAnts | 4 | Specifies that the bounding rectangle displays moving black dashes. |
MarchingRedAnts | 5 | Specifies that the bounding rectangle displays moving red dashes. |
Shimmer | 6 | Specifies that the font alternates between solid and blurred. |
Remarks
Animations appear on the screen only; the animated text prints, but the animation effect does not.