Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/MapMainDemo/Modules/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/CS/MapMainDemo/Modules/About.cs

using System.Drawing;
using DevExpress.Tutorials;
using DevExpress.Utils.About;

namespace DevExpress.XtraMap.Demos {
    public partial class About : ucAboutPage {
		public About() {
			InitializeComponent();
		}

        #region Properies
        protected override string ProductText { get { return "The Map control for WinForms provides all functionality required to embed popular map services into your applications. You are free to choose from any existing map data resource (like Bing Maps� or OpenStreetMap) or establish your own map data server inside your corporate network. In addition to using raster map images, you can also utilize vector elements of any shape, stored either in Shapefiles or other formats. The control has built-in navigation elements, supports animated zooming, element highlighting and so much more...\r\n\r\nThe Map Control can be purchased as part of the DXperience Subscription (available in DXperience Universal, Enterprise and WinForms  Edition)."; } }
        protected override Image ProductImage { get { return DevExpress.Utils.ResourceImageHelper.CreateImageFromResourcesEx("DevExpress.XtraMap.Demos.Images.XtraMap.png", typeof(frmMain).Assembly); } }
        protected override Image ProductImageLight { get { return DevExpress.Utils.ResourceImageHelper.CreateImageFromResourcesEx("DevExpress.XtraMap.Demos.Images.XtraMap.png", typeof(frmMain).Assembly); } }
        protected override ProductKind ProductKind { get { return ProductKind.DXperienceWin; } }
        #endregion
	}
}