Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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