Compartir a través de


WebEventFormatter.IndentationLevel Propiedad

Definición

Obtiene o establece el nivel de sangría.

public:
 property int IndentationLevel { int get(); void set(int value); };
public int IndentationLevel { get; set; }
member this.IndentationLevel : int with get, set
Public Property IndentationLevel As Integer

Valor de propiedad

Int32

Número de tabulaciones utilizadas para el nivel de sangría.

Ejemplos

En el ejemplo de código siguiente se muestra cómo utilizar la propiedad IndentationLevel.

formatter.IndentationLevel += 1;
formatter.IndentationLevel += 1

Comentarios

La IndentationLevel propiedad permite controlar la sangría de la información del evento. La propiedad define la TabSize unidad base de sangría. Para cada nivel de sangría, se aumenta la sangría de una pestaña.

Se aplica a