Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 933 Bytes

tabalignment.md

File metadata and controls

37 lines (25 loc) · 933 Bytes
-api-id -api-type
T:Microsoft.UI.Text.TabAlignment
winrt enum

TabAlignment

-description

Alignment options for tab positions.

-enum-fields

-field Left:0

Text is left justified from the tab position. This is the default.

-field Center:1

Text is centered on the tab position.

-field Right:2

Text is right justified from the tab position.

-field Decimal:3

The decimal point is set at the tab position. This is useful for aligning a column of decimal numbers.

-field Bar:4

A vertical bar is positioned at the tab position. Text is not affected. Alignment bars on nearby lines at the same position form a continuous vertical line.

-remarks

-examples

-see-also

ITextParagraphFormat.GetTab, ITextParagraphFormat.AddTab