Sets the formatting property value.
Declaration
protected void SetPropertyFormatting(object value, string key = "")
Protected Sub SetPropertyFormatting(value As Object, Optional key As String = "")
Parameters
Type |
Name |
Description |
object |
value |
The formatting property value.
|
string |
key |
The short formatting property key to set value.
|