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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
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