Skip to main content
A newer version of this page is available. .

RatingItem.HoverVisualValue Property

Gets the brush that fills the item corresponding to its current RatingItem.HoverValue. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public Brush HoverVisualValue { get; }

Property Value

Type Description
Brush

A Brush object that is a brush used to fill the item corresponding to its current hover value.

See Also