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

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

Declaration

public Brush Stroke { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Media.Brush

A Windows.UI.Xaml.Media.Brush object that represents the brush used to paint the rating item outline.

See Also