TextTabAlignment Enum

Definition

Describes how text is aligned at a tab location.

public enum class TextTabAlignment
public enum TextTabAlignment
type TextTabAlignment = 
Public Enum TextTabAlignment
Inheritance
TextTabAlignment

Fields

Center 1

Text is center-aligned at the tab location.

Character 3

Text is aligned at the tab location at a specified character.

Left 0

Text is left-aligned at the tab location.

Right 2

Text is right-aligned at the tab location.

Remarks

Use the TextTabProperties object to set tab properties for text.

Applies to

See also