Alignment Enumeration
Indicates the alignment of a component.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
| None | 0 |
Use this value to indicate that no alignment is set.
|
| Start | 1 |
Indicates that the component should be aligned to the start of the container (left or top)
|
| Center | 2 |
Indicates that the component should be aligned to center of the container
|
| End | 3 |
Indicates that the component should be aligned to the end of the container (right or bottom)
|