[]
        
(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)
Protected Sub ResetProperty(name As String, defaultValue As Object)
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)
Protected Overrides Sub ResetProperty(name As String)
Parameters
Type Name Description
string name

Specified property.

Overrides
Exceptions
Type Condition
KeyNotFoundException