[]
Gets whether the direct formatting applied for the property.
protected bool HasDirectFormatting(string key = "")
| Type | Name | Description |
|---|---|---|
| string | key | The short formatting property key. |
| Type | Description |
|---|---|
| bool | true if the property is assigned in direct formatting. |
Gets whether the direct formatting contains any data for an object with specified keys.
protected virtual bool HasDirectFormatting(string parentKey, string baseKey)
| Type | Name | Description |
|---|---|---|
| string | parentKey | The parent key of the object. |
| string | baseKey | The base key of the object. |
| Type | Description |
|---|---|
| bool | true if the direct formatting is applied to the object with specified keys. |