RenderMode Enum
In This Article
Lists the values used to specify the render mode of a map control.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
#Members
Name | Description |
---|---|
Auto
|
The supported render mode is applied automatically in either Gdi+ or Direct |
Gdi
|
Specifies that the map control is rendered using Gdi |
Direct
|
Specifies that the map control is rendered using Direct |
Direct2D
|
Specifies that the map control is rendered using Direct |
#Related API Members
The following properties accept/return RenderMode values:
#Remarks
The values listed by the RenderMode enumeration are used to set the MapControl.RenderMode property.
See Also