windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-5ab49dfa.md
Gets or sets whether animation on hovering objects is enabled. This is a static property.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public static DefaultBoolean AllowHoverAnimation { get; set; }
Public Shared Property AllowHoverAnimation As DefaultBoolean
| Type | Description |
|---|---|
| DefaultBoolean |
A value that specifies whether animation on hovering objects is enabled.
|
Available values:
| Name | Description | Return Value |
|---|---|---|
| True |
The value is true.
|
0
| | False |
The value is false.
|
1
| | Default |
The value is specified by a global option or a higher-level object.
|
2
|
Use the AllowHoverAnimation property to enable or disable hover animation. If this property is set to Default , the hover animation is controlled by the current skin.
If the WindowsFormsSettings.AnimationMode property is set to DisableAll , the animation is disabled, regardless of the AllowHoverAnimation property value.
See Also