[]
Tries to get value of the specified styled property.
public bool TryGetProperty(out object value, string name = "")
Type | Name | Description |
---|---|---|
object | value | Property value. |
string | name | Styled property name. |
Type | Description |
---|---|
bool | True if success. |