Skip to main content

MapControl.SelectedRegionStyle Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.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