ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / BaseStyle Class / ResetProperty Method / ResetProperty(String) Method
Specified property.

In This Topic
    ResetProperty(String) Method
    In This Topic
    Reset specified property to its default value.
    Syntax
    'Declaration
     
    Protected Overloads Overrides Sub ResetProperty( _
       ByVal name As System.String _
    ) 
    protected override void ResetProperty( 
       System.string name
    )

    Parameters

    name
    Specified property.
    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