Skip to main content

RatingItem.Stroke Property

Gets or sets a brush used to paint the rating item outline. 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 Stroke { get; set; }

Property Value

Type Description
Brush

A Brush object that represents the brush used to paint the rating item outline.

See Also