Skip to main content
Bar

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

#Declaration

public bool AllowHoverAnimation { get; set; }

#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