Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge.BulletGraph Namespace / BulletGraphShapeStyle Class / Copy Method
specified style.

In This Topic
    Copy Method (BulletGraphShapeStyle)
    In This Topic
    Copies properties of the specified style of the same type.
    Syntax
    'Declaration
     
    Public Overrides Sub Copy( _
       ByVal prototype As BaseStyle _
    ) 
    public override void Copy( 
       BaseStyle prototype
    )

    Parameters

    prototype
    specified style.
    See Also