In This Article

XmlAttributeSpacingMode Enum

The attribute spacing modes that an XmlTextFormatter can use.

public enum XmlAttributeSpacingMode

Fields

Name Description
NormalizeWhitespace

Attributes will be separated by a single space.

Preserve

The attribute spacing is not modified.

SeparateLines

Each attribute will be on a separate line.