Alignment Enumeration

Indicates the alignment of a component.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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