TabAlignment Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Alignment options for tab positions.
public enum class TabAlignment
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class TabAlignment
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum TabAlignment
var value = Windows.UI.Text.TabAlignment.left
Public Enum TabAlignment
- Inheritance
-
TabAlignment
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Left | 0 | Text is left justified from the tab position. This is the default. |
Center | 1 | Text is centered on the tab position. |
Right | 2 | Text is right justified from the tab position. |
Decimal | 3 | The decimal point is set at the tab position. This is useful for aligning a column of decimal numbers. |
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. |