Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MapControl.RenderMode Property

Gets or sets a value specifying the map render mode.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.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