Skip to main content
A newer version of this page is available. .

MapControl.RenderMode Property

Gets or sets a value specifying the map render mode.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

[DefaultValue(RenderMode.Auto)]
public RenderMode RenderMode { get; set; }

Property Value

Type Default Description
RenderMode **Auto**

A RenderMode enumeration value.

Available values:

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.

See Also