TmdlFormattingOptions.BaseIndentationLevel Property

Definition

Gets the level of the base indentation of the TMDL documents.

public int BaseIndentationLevel { get; }
member this.BaseIndentationLevel : int
Public ReadOnly Property BaseIndentationLevel As Integer

Property Value

An Int32 that indicate the level.

Remarks

By default, the level of the base indentation for the document is 0; this option can be used to set additional indentation that would be applied to the entire document.

Applies to