Alignment Enumeration

Indicates the alignment of a component.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public enum Alignment

Members

None0 Use this value to indicate that no alignment is set.
Start1 Indicates that the component should be aligned to the start of the container (left or top)
Center2 Indicates that the component should be aligned to center of the container
End3 Indicates that the component should be aligned to the end of the container (right or bottom)

See Also