Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.26 KB

itextparagraphformat_addtab_65465589.md

File metadata and controls

30 lines (21 loc) · 1.26 KB
-api-id -api-type
M:Microsoft.UI.Text.ITextParagraphFormat.AddTab(System.Single,Microsoft.UI.Text.TabAlignment,Microsoft.UI.Text.TabLeader)
winrt method

Microsoft.UI.Text.ITextParagraphFormat.AddTab

-description

Adds a new tab at the specified position.

-parameters

-param position

The position of the new tab, in floating-point points relative to the left side of the page for left-to-right paragraphs, or the right side of the page for right-to-left paragraphs. A maximum of 63 tabs are allowed. Tabs beyond the page are ignored. Negative tabs are not valid.

-param align

The alignment option for the tab position.

-param leader

The character used to fill the space taken by a tab character.

-remarks

-examples

-see-also

RichEditTextDocument.DefaultTabStop, ITextParagraphFormat.ClearAllTabs, ITextParagraphFormat.DeleteTab, ITextParagraphFormat.GetTab, ITextParagraphFormat.TabCount