Back to Devexpress

RenderMode Enum

windowsforms-devexpress-dot-xtramap-683589fb.md

latest1.3 KB
Original Source

RenderMode Enum

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public enum RenderMode
vb
Public Enum RenderMode

Members

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.

|

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

DevExpress.XtraMap Namespace