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

BaseGallery.GetAllowHoverAnimation() Method

Returns whether animation on hovering gallery items is actually enabled.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

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