XmlHighlightOptions

XmlHighlightOptions class

Contains options, that allow to customize the XML highlighting during XML-to-HTML conversion

public sealed class XmlHighlightOptions : IEditOptions

Properties

Name Description
AttributeNamesFontSettings { get; } Responsible for representing the font of attribute names
AttributeValuesFontSettings { get; } Responsible for representing the font of attribute values
CDataFontSettings { get; } Responsible for representing the font of CDATA sections (including pair of opening and closing tags)
HtmlCommentsFontSettings { get; } Responsible for representing the font of HTML comments (including pair of opening and closing tags)
InnerTextFontSettings { get; } Responsible for representing the font of inner-tag text
IsDefault { get; } Determines whether this XML Highlight options object has a default font settings
XmlTagsFontSettings { get; } Responsible for representing the font of XML tags (angle brackets with tag names)

Methods

Name Description
ResetToDefault() Resets the current font settings to their default values

See Also