Enum UiComponentAlignmentType
Enumeration representing different UI component alignment options.
Namespace: Serenity.Ui.Domain.Types
Assembly: Serenity.Ui.Domain.dll
Syntax
public enum UiComponentAlignmentType
Fields
| Name | Description |
|---|---|
| CENTER | Center alignment option. |
| LEFT | Left alignment option. |
| RIGHT | Right alignment option. |