XmlHighlightOptionsHtmlCommentsFontColor Property |
Defines color for the font of HTML comments (including pair of opening and closing tags)
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 22.7.0.0
Syntaxpublic Color HtmlCommentsFontColor { get; set; }
Public Property HtmlCommentsFontColor As Color
Get
Set
public:
property Color HtmlCommentsFontColor {
Color get ();
void set (Color value);
}
member HtmlCommentsFontColor : Color with get, set
Property Value
Type:
Color
See Also