Back to Devexpress

WindowsFormsSettings.AllowHoverAnimation Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-5ab49dfa.md

latest2.2 KB
Original Source

WindowsFormsSettings.AllowHoverAnimation Property

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

Declaration

csharp
public static DefaultBoolean AllowHoverAnimation { get; set; }
vb
Public Shared Property AllowHoverAnimation As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

A value that specifies whether animation on hovering objects is enabled.

|

Available values:

NameDescriptionReturn 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

|

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.

See Also

AnimationMode

AllowItemAnimatedHighlighting

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace