ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / BaseStyle Class / Clone Method

In This Topic
    Clone Method (BaseStyle)
    In This Topic
    Creates an instance of the BaseStyle class that is identical to the current BaseStyle
    Syntax
    'Declaration
     
    Public Overridable Function Clone() As BaseStyle
    public virtual BaseStyle Clone()
    See Also