Back to Devexpress

GalleryItem.HoverGlyph Property

wpf-devexpress-dot-xpf-dot-bars-dot-galleryitem-6fc61717.md

latest1.9 KB
Original Source

GalleryItem.HoverGlyph Property

Gets or sets the item’s hover image. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ImageSource HoverGlyph { get; set; }
vb
Public Property HoverGlyph As ImageSource

Property Value

TypeDescription
ImageSource

An ImageSource value that specifies the item’s hover image.

|

Remarks

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

Control images can be automatically substituted for other images based on the app context (the system DPI setting, the application UI culture, paint theme and touch mode availability). See the following topic to learn more: Automatically Choosing Images Based on App Context.

See Also

Glyph

AllowHoverAnimation

AllowHoverImages

HoverAnimationDuration

HoverGlyphSize

GalleryItem Class

GalleryItem Members

DevExpress.Xpf.Bars Namespace