ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / StyledPropertyCollection Class / HasProperty Method
Specified property name.

In This Topic
    HasProperty Method (StyledPropertyCollection)
    In This Topic
    Gets a value indicating whether the collection contains a property with the specified name.
    Syntax
    'Declaration
     
    Protected Function HasProperty( _
       ByVal name As System.String _
    ) As System.Boolean
    protected System.bool HasProperty( 
       System.string name
    )

    Parameters

    name
    Specified property name.

    Return Value

    True if property exists.
    See Also