[]
Gets the direct formatting property value.
protected T GetDirectFormatting<T>(string key, T defaultValue)
| Type | Name | Description |
|---|---|---|
| string | key | The short formatting property key. |
| T | defaultValue | The default value of the property. |
| Type | Description |
|---|---|
| T | A value of the property, if the property key not found, returns |
| Name | Description |
|---|---|
| T | A type of the returning value. |