TabAlignment
TabAlignment
TabAlignment
TabAlignment
Enum
Definition
Alignment options for tab positions.
public : enum class TabAlignmentpublic enum TabAlignmentPublic Enum TabAlignment// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Bar Bar Bar Bar | 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. |
| Center Center Center Center | Text is centered on the tab position. |
| Decimal Decimal Decimal Decimal | The decimal point is set at the tab position. This is useful for aligning a column of decimal numbers. |
| Left Left Left Left | Text is left justified from the tab position. This is the default. |
| Right Right Right Right | Text is right justified from the tab position. |