CODIUM Programming Language (CPL) CodiumSDK CPL JustifyContent
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Justify Content
C# |
public enum JustifyContent |
Constante | Descripción | |
---|---|---|
Center | Items are positioned in the center of the container | |
Flex_End | Items are positioned at the end of the container | |
Flex_Start | Default value. Items are positioned at the beginning of the container | |
Inherit | Inherits this property from its parent element. | |
Initial | Sets this property to its default value. | |
Space_Around | Items will have space before, between, and after them | |
Space_Between | Items will have space between them | |
Space_Evenly | Items will have equal space around them |