namespaceGMap.NET{/// <summary>/// types of map rendering/// </summary>publicenumRenderMode{/// <summary>/// gdi+ should work anywhere on Windows Forms/// </summary>GDI_PLUS,/// <summary>/// only on Windows Presentation Foundation/// </summary>WPF,}}