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

MapItem.SelectedStroke Property

Gets or sets the color that specifies how the selected outline is painted on a map item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public Color SelectedStroke { get; set; }

Property Value

Type Description
Color

A Color object that is the color to fill the selected outline of a map item.

See Also