Windows.UI.Xaml.Documents.Paragraph.TextIndent

June 22, 2022 · View on GitHub

-description

Gets or sets the indentation of the first line of text in a paragraph, in pixels.

-xaml-syntax

<Paragraph TextIndent="double"/>

-property-value

The offset amount, in pixels, of the first line of text in a paragraph.

-remarks

You can set the indent amount for all paragraphs in a RichTextBlock by setting the RichTextBlock.TextIndent property. You can override this setting for specific paragraphs in a RichTextBlock by setting the Paragraph.TextIndent property to a different value.

-examples

-see-also

RichTextBlock.TextIndent