[]
Gets the direct formatting property value.
protected T GetDirectPropertyFormatting<T>(T defaultValue, string key = "")
| Type | Name | Description |
|---|---|---|
| T | defaultValue | The default value of the property. |
| string | key | The property name. It should start with "Direct" prefix. |
| Type | Description |
|---|---|
| T | A value of the property, if the property key not found, returns |
| Name | Description |
|---|---|
| T | A type of the returning value. |