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

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

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