XmlElementSpacingMode Enum
The element spacing modes that an XmlTextFormatter can use.
public enum XmlElementSpacingMode
Fields
| Name | Description |
|---|---|
| NormalizeEmptyLines | Elements will be on their own line, and any sequential empty lines in a row will be reduced to a single empty line. |
| Preserve | The element spacing is not modified. |
| RemoveEmptyLines | Elements will be on their own line, and all empty lines will be removed. |