Back to Devexpress

Gallery.AllowHoverAnimation Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-54115c77.md

latest1.3 KB
Original Source

Gallery.AllowHoverAnimation Property

Gets or sets whether hover images are displayed with an animation effect. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Boolean

true if hover images are displayed with an animation effect; otherwise, false.

|

Remarks

Hover images are supported if the Gallery.AllowHoverImages property is set to true. See this topic to learn more.

See Also

AllowHoverImages

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace