Back to Devexpress

BaseGallery.AllowHoverAnimation Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-75bf5bd6.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public static bool AllowHoverAnimation { get; set; }
vb
Public Shared Property AllowHoverAnimation As Boolean

Property Value

TypeDescription
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

AllowHoverImages

AnimationMode

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace