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.v14.2.dll

#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