WindowsFormsSettings.AllowHoverAnimation Property
Gets or sets whether animation on hovering objects is enabled. This is a static property.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
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.