Skip to main content
Bar

GalleryItem.HoverGlyph Property

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

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ImageSource HoverGlyph { get; set; }

Property Value

Type Description
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