Back to Devexpress

Gallery.HoverGlyphSize Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-7207f757.md

latest1.3 KB
Original Source

Gallery.HoverGlyphSize Property

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

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Size? HoverGlyphSize { get; set; }
vb
Public Property HoverGlyphSize As Size?

Property Value

TypeDescription
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

AllowHoverImages

ItemGlyphSize

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace