[]
Gets the formatting property value.
protected T GetPropertyFormatting<T>(T defaultValue, string key = "")
Protected Function GetPropertyFormatting(Of T)(defaultValue As T, Optional key As String = "") As T
Type | Name | Description |
---|---|---|
T | defaultValue | The default value of the property. |
string | key | The short formatting property key. |
Type | Description |
---|---|
T | A value of the property, if the property key not found, returns |
Name | Description |
---|---|
T | A type of the returning value. |