MapControl.SelectedRegionStyle Property
In This Article
Gets the appearance settings of a rectangle for selecting a region on a map.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public BorderedElementStyle SelectedRegionStyle { get; }
#Property Value
Type | Description |
---|---|
Bordered |
A style that used to specify the map’s selection rectangle. |
See Also