Windows.UI.Xaml.Controls.RichTextBlock.TextIndent

June 22, 2022 · View on GitHub

-description

Gets or sets the indentation of the first line of text in each paragraph in the RichTextBlock.

-xaml-syntax

<RichTextBlock TextIndent="double"/>

-property-value

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

-remarks

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

-examples

-see-also

Paragraph.TextIndent