ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / BaseStyle Class / ResetProperty Method / ResetProperty(String,Object) Method
Specified property.
Resets to this value if can't reset automatically.

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

    Parameters

    name
    Specified property.
    defaultValue
    Resets to this value if can't reset automatically.
    See Also