windowsforms-devexpress-dot-xtramap-683589fb.md
Lists the values used to specify the render mode of a map control.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public enum RenderMode
Public Enum RenderMode
| Name | Description |
|---|---|
Auto |
The supported render mode is applied automatically in either Gdi+ or DirectX.
|
| GdiPlus |
Specifies that the map control is rendered using GdiPlus.
|
| DirectX |
Specifies that the map control is rendered using DirectX.
|
| Direct2D |
Specifies that the map control is rendered using DirectX 11.
|
The following properties accept/return RenderMode values:
The values listed by the RenderMode enumeration are used to set the MapControl.RenderMode property.
See Also