Enum JustifyContent
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Represents content justification of Stack items.
public enum JustifyContent
- Extension Methods
Fields
Center = 1
Center content justification of Stack items.
End = 3
End content justification of Stack items.
Left = 4
Left content justification of Stack items.
Normal = 0
Normal content justification of Stack items.
Right = 5
Right content justification of Stack items.
SpaceAround = 7
SpaceAround content justification of Stack items.
SpaceBetween = 6
SpaceBetween content justification of Stack items.
SpaceEvenly = 8
SpaceEvenly content justification of Stack items.
Start = 2
Start content justification of Stack items.
Stretch = 9
Stretch content justification of Stack items.