Tip
See the Examples section of the AdvancedButton class for an animated image example.
[FlagsAttribute]
public enum FadingOptions<FlagsAttribute>
Public Enumeration FadingOptions[FlagsAttribute]
public enum class FadingOptions[<FlagsAttribute>]
type FadingOptions| None | 0x00000000 | Represents no enabled fading animation. |
| StandardEffects | 0x00000001 | Indicates that the standard fading animations (toggling the enabled, hovered, pushed and checked states where applicable) are enabled for the control. The speed of these effects are retrieved from the operating system. |
| TextChange | 0x00000008 | Indicates that text change should be performed by a fading effect. |
| Appearing | 0x00000010 | Indicates that a fading effect should be performed when Visibility of the control is turned on. |
| ColorChange | 0x00000020 | Indicates that color changes should be performed by a fading effect. Does not affect colors of the flat appearance. If fading is required also for such colors, use the AnyChange flag instead. |
| AnyChange | 0x80000000 | Indicates that any kind of visual change should be performed by a fading effect, except size changes. |