Skip to main content
Bar

Gallery.HoverGlyphSize Property

Gets or sets the size of hover images. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public Size? HoverGlyphSize { get; set; }

Property Value

Type Description
Nullable<Size>

The size of hover images.

Remarks

The hover images feature is enabled if the Gallery.AllowHoverImages property is set to true. See this link to learn more.

See Also