Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1003 Bytes

paragraph_textindent.md

File metadata and controls

32 lines (21 loc) · 1003 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Documents.Paragraph.TextIndent
winrt property

Windows.UI.Xaml.Documents.Paragraph.TextIndent

-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