Alignment Enumeration
Indicates the alignment of a component.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
| 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)
|