Skip to main content

MapControl.RenderMode Property

Gets or sets a value specifying the map render mode.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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