Skip to main content
A newer version of this page is available. .

WindowsFormsSettings.AllowHoverAnimation Property

Gets or sets whether animation on hovering objects is enabled. This is a static property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public static DefaultBoolean AllowHoverAnimation { get; set; }

Property Value

Type Description
DefaultBoolean

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

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

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