LeftIndent

XmlFormatOptions.LeftIndent property

Allows to specify an offset for the left indent of every new line. Cannot be a unitless non-zero value. By default is 10pt

public Length LeftIndent { get; set; }

Exceptions

exception condition
ArgumentOutOfRangeException Specified length value is unitless non-zero

See Also