Align 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 alignment for a QuickGrid<TGridItem> column.
public enum Align
type Align =
Public Enum Align
- Inheritance
-
Align
Fields
Name | Value | Description |
---|---|---|
Start | 0 | Justifies the content against the start of the container. |
Center | 1 | Justifies the content at the center of the container. |
End | 2 | Justifies the content at the end of the container. |
Left | 3 | Justifies the content against the left of the container. |
Right | 4 | Justifies the content at the right of the container. |