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

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

    Parameters

    name
    Specified property name.
    Exceptions
    ExceptionDescription
    The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection.
    See Also