RichTextBlock.TextIndent Propiedad

Definición

Obtiene o establece la sangría de la primera línea de texto de cada párrafo de RichTextBlock.

public:
 property double TextIndent { double get(); void set(double value); };
double TextIndent();

void TextIndent(double value);
public double TextIndent { get; set; }
var double = richTextBlock.textIndent;
richTextBlock.textIndent = double;
Public Property TextIndent As Double
<RichTextBlock TextIndent="double"/>

Valor de propiedad

Double

double

Cantidad de desplazamiento de la primera línea de texto de un párrafo.

Comentarios

Puede invalidar esta configuración para párrafos específicos en un RichTextBlock estableciendo la propiedad Paragraph.TextIndent en un valor diferente.

Se aplica a

Consulte también