Skip to main content

StrokeStyle.Thickness Property

Gets or sets the thickness of the stroke line that is painted on a map.

Namespace: DevExpress.UI.Xaml

Assembly: DevExpress.Drawing.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public double Thickness { get; set; }

#Property Value

Type Description
Double

A double value that specifies the stroke thickness on a map.

See Also