Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / BaseStyle Class / IsDefaultProperty Method
Specified property name.

In This Topic
    IsDefaultProperty Method (BaseStyle)
    In This Topic
    Returns value indicating whether the specified property is default.
    Syntax
    'Declaration
     
    Protected Overridable Function IsDefaultProperty( _
       ByVal name As System.String _
    ) As System.Boolean
    protected virtual System.bool IsDefaultProperty( 
       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