[]
Sets the value of a style property of this C1TextElement.
public void SetValue<T>(StyleProperty prop, T value)
| Type | Name | Description |
|---|---|---|
| StyleProperty | prop | |
| T | value | The value to set the style property. |
| Name | Description |
|---|---|
| T | The type of the values of the parameter style property. |