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

BaseGallery.AllowHoverAnimation Property

Gets or sets whether or not hovering over gallery items is accompanied with animation effects.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public static bool AllowHoverAnimation { get; set; }

Property Value

Type Description
Boolean

true, if hovering over gallery items is accompanied with animation effects; otherwise, false.

Remarks

A gallery can also display enlarged images for hovered items. See the BaseGallery.AllowHoverImages property to learn more.

If the WindowsFormsSettings.AnimationMode global setting is set to DisableAll, the animation is forcibly disabled regardless of the AllowHoverAnimation property value.

See Also