Back to Devexpress

Gallery.AllowHoverImages Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-df243ac5.md

latest2.0 KB
Original Source

Gallery.AllowHoverImages Property

Gets or sets whether the hover images feature is enabled. 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 AllowHoverImages { get; set; }
vb
Public Property AllowHoverImages As Boolean

Property Value

TypeDescription
Boolean

true to enable the hover images feature; otherwise, false.

|

Remarks

If the AllowHoverImages property is set to true , images that are displayed within gallery items are enlarged while the mouse pointer hovers over them. The size of hover images is specified by the Gallery.HoverGlyphSize property.

A custom hover image can be specified via the GalleryItem.HoverGlyph property. This image is displayed when the mouse pointer hovers over the item. If the hover image isn’t specified, the item’s image which is specified by the GalleryItem.Glyph property is enlarged.

See Also

AllowHoverAnimation

HoverGlyphSize

Glyph

HoverGlyph

HoverAnimationDuration

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace