Skip to main content

BorderedElementStyleWidthSupport.StrokeWidth Property

Gets or sets the element stroke width.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(0)]
public int StrokeWidth { get; set; }

Property Value

Type Default Description
Int32 0

The stroke width in pixels.

See Also