XmlHighlightOptionsCDataFontSettings Property |
Responsible for representing the font of CDATA sections (including pair of opening and closing tags)
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 22.7.0.0
Syntaxpublic Font CDataFontSettings { get; set; }
Public Property CDataFontSettings As Font
Get
Set
public:
property Font^ CDataFontSettings {
Font^ get ();
void set (Font^ value);
}
member CDataFontSettings : Font with get, set
Property Value
Type:
Font
See Also