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

MapControl.SelectedRegionStyle Property

Gets the appearance settings of a rectangle for selecting a region on a map.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public BorderedElementStyle SelectedRegionStyle { get; }

Property Value

Type Description
BorderedElementStyle

A style that used to specify the map’s selection rectangle.

See Also