Alignment 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.
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. |