[]
Gets the direct formatting property value.
protected T GetDirectFormatting<T>(string key, T defaultValue)
Protected Function GetDirectFormatting(Of T)(key As String, defaultValue As T) As T
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. |