ComponentOne Gauges for WinForms
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge.BulletGraph Namespace / BulletGraphTheme Class / Clone Method

In This Topic
    Clone Method (BulletGraphTheme)
    In This Topic
    Creates an instance of the C1.Win.C1Gauge.BaseTheme class that is identical to the current C1.Win.C1Gauge.BaseTheme
    Syntax
    'Declaration
     
    Public Overrides Function Clone() As BaseStyle
    public override BaseStyle Clone()

    Return Value

    The copy of the current C1.Win.C1Gauge.BaseTheme.
    See Also