Sparklines for WinForms | ComponentOne
C1.Win.Sparkline Namespace / SparklineTheme Class / Clone Method

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

    Return Value

    The copy of the current SparklineTheme.
    See Also