ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / CommonBorderCollection Class / Add Method

In This Topic
    Add Method (CommonBorderCollection)
    In This Topic
    Adds the specified CommonBorder to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal item As CommonBorder _
    ) As System.Integer
    public System.int Add( 
       CommonBorder item
    )

    Parameters

    item
    See Also