Gallery.HoverGlyphSize Property
Gets or sets the size of hover images. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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