Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/VB/ChartsMainDemo/Modules/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/VB/ChartsMainDemo/Modules/About.vb

Imports Microsoft.VisualBasic
Imports System.Drawing
Imports DevExpress.Utils
Imports DevExpress.Utils.About
Imports DevExpress.Tutorials

Namespace DevExpress.XtraCharts.Demos.Modules
    Partial Public Class About
        Inherits ucAboutPage
        Protected Overrides ReadOnly Property ProductText() As String
            Get
                Return "Over 60 total chart types for 2D and 3D charting, featuring end-user zooming, scrolling, rotation and native integration with DevExpress OLAP Data Mining Control and DevExpress Reporting Platform." & Constants.vbCrLf & Constants.vbCrLf & "Once you begin using the XtraCharts Suite, you will discover that it has been engineered to dramatically simplify the way in which you build and customize individual charts. Our design goals were not just to offer you a highly customizable product but to make using the library intuitive and take all necessary steps to minimize any associated learning curve." & Constants.vbCrLf & Constants.vbCrLf & "Give the XtraCharts Suite a try and see for yourself - if it is not the best and most comprehensive product library of its kind, return it to us within the first 60 days from purchase for an UNCONDITIONAL no questions asked refund!"
            End Get
        End Property
        Protected Overrides ReadOnly Property ProductImage() As Image
            Get
                Return ResourceImageHelper.CreateImageFromResources("DevExpress.XtraCharts.Images.XtraCharts.png", GetType(ChartControl).Assembly)
            End Get
        End Property
        Protected Overrides ReadOnly Property ProductImageLight() As Image
            Get
                Return ResourceImageHelper.CreateImageFromResources("DevExpress.XtraCharts.Images.XtraCharts_light.png", GetType(ChartControl).Assembly)
            End Get
        End Property
        Protected Overrides ReadOnly Property ProductKind() As ProductKind
            Get
                Return ProductKind.DXperienceWin
            End Get
        End Property

        Public Sub New()
            InitializeComponent()
        End Sub
    End Class
End Namespace