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