Skip to content

DevExpress-Examples/winforms-map-customize-mini-map-layers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map for WinForms - How to Customize Mini Map Layers

This example demonstrates how to customize mini map layers.
For this, create required MiniMapLayerBase class descendant objects, configure them and add to the MiniMap.Layers collection.
Also this example shows how to customize color list map legend items.
To add custom legend items use the ColorListLegend.CustomItems collection.

Files to Review

Documentation

More Examples