TextTabAlignment 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.
Describes how text is aligned at a tab location.
public enum class TextTabAlignment
public enum TextTabAlignment
type TextTabAlignment =
Public Enum TextTabAlignment
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Left | 0 | Text is left-aligned at the tab location. |
Center | 1 | Text is center-aligned at the tab location. |
Right | 2 | Text is right-aligned at the tab location. |
Character | 3 | Text is aligned at the tab location at a specified character. |
Remarks
Use the TextTabProperties object to set tab properties for text.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.