Skip to main content

BaseGallery.GetAllowHoverAnimation() Method

Returns whether animation on hovering gallery items is actually enabled.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static bool GetAllowHoverAnimation()

Returns

Type Description
Boolean

true if animation on hovering gallery items is actually enabled; otherwise, false.

Remarks

The animation is actually enabled if the BaseGallery.AllowHoverAnimation property is set to true, and the WindowsFormsSettings.AnimationMode global setting is not set to DisableAll.

See Also