XmlHighlightOptionsInnerTextFontSettings Property |
Responsible for representing the font of inner-tag text
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 22.7.0.0
Syntaxpublic Font InnerTextFontSettings { get; set; }
Public Property InnerTextFontSettings As Font
Get
Set
public:
property Font^ InnerTextFontSettings {
Font^ get ();
void set (Font^ value);
}
member InnerTextFontSettings : Font with get, set
Property Value
Type:
Font
See Also