Back to Devexpress

MapControl.RenderMode Property

windowsforms-devexpress-dot-xtramap-dot-mapcontrol-f6f49c4b.md

latest1.5 KB
Original Source

MapControl.RenderMode Property

Gets or sets a value specifying the map render mode.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(RenderMode.Auto)]
public RenderMode RenderMode { get; set; }
vb
<DefaultValue(RenderMode.Auto)>
Public Property RenderMode As RenderMode

Property Value

TypeDefaultDescription
RenderModeAuto

A RenderMode enumeration value.

|

Available values:

NameDescription
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

MapControl Class

MapControl Members

DevExpress.XtraMap Namespace