[]
Gets whether the direct formatting applied for the property.
protected bool HasDirectPropertyFormatting(string key = "")
Protected Function HasDirectPropertyFormatting(Optional key As String = "") As Boolean
Type | Name | Description |
---|---|---|
string | key | The property name. It should start with "HasDirect" prefix. |
Type | Description |
---|---|
bool | true if the property is assigned in direct formatting. |