[]
Called when trying to get an initialized property value.
protected override object OnGetUninitializedProperty(string name)
Type | Name | Description |
---|---|---|
string | name | Property name. |
Type | Description |
---|---|
object | Returns new value. |
Ideally this should never happen. The property can be initialized here and return its new value.
Type | Condition |
---|---|
StyledPropertyCollection.UninitializedPropertyException |