XmlHighlightOptionsAttributeNamesFontColor Property |
Defines color for the font of attribute names
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 22.7.0.0
Syntaxpublic Color AttributeNamesFontColor { get; set; }
Public Property AttributeNamesFontColor As Color
Get
Set
public:
property Color AttributeNamesFontColor {
Color get ();
void set (Color value);
}
member AttributeNamesFontColor : Color with get, set
Property Value
Type:
Color
See Also