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

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

    Parameters

    item
    See Also