Skip to main content

RatingItem.StrokeThickness Property

Gets or sets the width of the diagram 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 double StrokeThickness { get; set; }

Property Value

Type Description
Double

A Double value that specifies the width, in pixels, of the rating item outline.

See Also