Formatting Enum

Definition

Specifies formatting options for the XmlTextWriter.

public enum class Formatting
public enum Formatting
type Formatting = 
Public Enum Formatting
Inheritance
Formatting

Fields

Indented 1

Causes child elements to be indented according to the Indentation and IndentChar settings.

This option indents element content only; mixed content is not affected. For the XML 1.0 definitions of these terms, see the World Wide Web Consortium (W3C) documentation Element Content and Mixed Content.

None 0

No special formatting is applied. This is the default.

Applies to