[]
        
(Showing Draft Content)

C1.Win.Themes.BaseStyle.ResetProperty

ResetProperty Method

ResetProperty(string, object)

Reset specified property to its default value.

Declaration
protected void ResetProperty(string name, object defaultValue)
Parameters
Type Name Description
string name

Specified property.

object defaultValue

Resets to this value if can't reset automatically.

ResetProperty(string)

Reset specified property to its default value.

Declaration
protected override void ResetProperty(string name)
Parameters
Type Name Description
string name

Specified property.

Overrides
Exceptions
Type Condition
KeyNotFoundException