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

RenderMode Enum

Lists the values used to specify the render mode of a map control.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public enum RenderMode

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