Mini Kabibi Habibi
Imports Microsoft.VisualBasic
Imports System.Drawing
Imports DevExpress.Tutorials
Imports DevExpress.Utils.About
Namespace DevExpress.XtraMap.Demos
Partial Public Class About
Inherits ucAboutPage
Public Sub New()
InitializeComponent()
End Sub
#Region "Properies"
Protected Overrides ReadOnly Property ProductText() As String
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..." & Constants.vbCrLf & Constants.vbCrLf & "The Map Control can be purchased as part of the DXperience Subscription (available in DXperience Universal, Enterprise and WinForms Edition)."
End Get
End Property
Protected Overrides ReadOnly Property ProductImage() As Image
Get
Return DevExpress.Utils.ResourceImageHelper.CreateImageFromResourcesEx("DevExpress.XtraMap.Demos.Images.XtraMap.png", GetType(frmMain).Assembly)
End Get
End Property
Protected Overrides ReadOnly Property ProductImageLight() As Image
Get
Return DevExpress.Utils.ResourceImageHelper.CreateImageFromResourcesEx("DevExpress.XtraMap.Demos.Images.XtraMap.png", GetType(frmMain).Assembly)
End Get
End Property
Protected Overrides ReadOnly Property ProductKind() As ProductKind
Get
Return ProductKind.DXperienceWin
End Get
End Property
#End Region
End Class
End Namespace