Skip to main content

RatingItem.VisualValue Property

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

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public Brush VisualValue { get; }

Property Value

Type Description
Brush

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

See Also