MapControl.RenderMode Property
Gets or sets a value specifying the map render mode.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
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