[]
        
(Showing Draft Content)

C1.Win.C1Themes.StyledPropertyCollection.OnGetUninitializedProperty

OnGetUninitializedProperty Method

OnGetUninitializedProperty(string)

Called when trying to get an initialized property value.

Declaration
protected virtual object OnGetUninitializedProperty(string name)
Parameters
Type Name Description
string name

Property name.

Returns
Type Description
object

Returns new value.

Remarks

Ideally this should never happen. The property can be initialized here and return its new value.

Exceptions
Type Condition
StyledPropertyCollection.UninitializedPropertyException