EachAttributeFromNewline

XmlFormatOptions.EachAttributeFromNewline property

When enabled, each and every pair of attribute-value in every XML element will be placed on a new line. By default is false (disabled) — all attribute-value pairs are placed in a single line.

public bool EachAttributeFromNewline { get; set; }

See Also