Skip to main content

RatingItem.SelectedBackground Property

Gets or sets a brush used to draw a background for the selected items (stars). This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Brush SelectedBackground { get; set; }

Property Value

Type Description
Brush

A Brush object that represents the brush used to paint the background of the selected items (stars).

See Also