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

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