Enum JustifyContent
Represents content justification of Stack items.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum JustifyContent : int
Fields
Name | Description |
---|---|
Center | Center content justification of Stack items. |
End | End content justification of Stack items. |
Left | Left content justification of Stack items. |
Normal | Normal content justification of Stack items. |
Right | Right content justification of Stack items. |
SpaceAround | SpaceAround content justification of Stack items. |
SpaceBetween | SpaceBetween content justification of Stack items. |
SpaceEvenly | SpaceEvenly content justification of Stack items. |
Start | Start content justification of Stack items. |
Stretch | Stretch content justification of Stack items. |