[]
Gets whether the direct formatting contains any data for an object with specified keys.
protected override bool HasDirectFormatting(string parentKey, string baseKey)
Protected Overrides Function HasDirectFormatting(parentKey As String, baseKey As String) As Boolean
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. |