ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge.BulletGraph Namespace / BulletGraphBorder Class / Copy Method
Object to copy from.

In This Topic
    Copy Method (BulletGraphBorder)
    In This Topic
    Copy values from the specified BulletGraphBorder object.
    Syntax
    'Declaration
     
    Public Overridable Sub Copy( _
       ByVal prototype As BulletGraphBorder _
    ) 
    public virtual void Copy( 
       BulletGraphBorder prototype
    )

    Parameters

    prototype
    Object to copy from.
    See Also