TextAlignments Enum

Definition

Specifies the horizontal alignment for the text within a report item.

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

Fields

Center 3

Specifies the default horizontal text alignment, which is the same as General.

Default 0

Specifies that the text alignment is derived from the data type and the peer Direction.

General 1

Specifies that the text is left-aligned.

Left 2

Specifies that the text is center-aligned.

Right 4

Specifies that the text is right-aligned.

Applies to