Skip to main content

MapItemHighlightedStrokeWidthMapping.DefaultValue Property

Gets or sets the default value of the property specified by this mapping.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(-1)]
public int DefaultValue { get; set; }

Property Value

Type Default Description
Int32 -1

A Int32 object specifying the highlighted stroke width of map items.

See Also