A newer version of this page is available.
Switch to the current version.
RenderMode Enum
Lists the values used to specify the render mode of a map control.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v18.2.dll
Declaration
Members
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. |
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
Feedback