MapControl.RenderMode Property
In This Article
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 |
---|---|---|
Render |
Auto | A Render |
Available values:
Name | Description |
---|---|
Auto | The supported render mode is applied automatically in either Gdi+ or Direct |
Gdi |
Specifies that the map control is rendered using Gdi |
Direct |
Specifies that the map control is rendered using Direct |
Direct2D | Specifies that the map control is rendered using Direct |
See Also