Alignment Enum

Definition

Specifies possible alignment enumerations for display cells.

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

Fields

Center 2

Center of the cell.

Left 1

Left of the cell, contents will trail with a ... if exceeded - ex "Display..."

Right 3

Right of the cell, contents will lead with a ... if exceeded - ex "...456"

Undefined 0

Not defined.

Applies to