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