CODIUM Programming Language (CPL) CodiumSDK CPL AlignContent
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
| C# |
| public enum AlignContent |
| Constante | Descripción | |
|---|---|---|
| Center | Lines are packed toward the center of the flex container | |
| Flex_End | Lines are packed toward the end of the flex container | |
| Flex_Start | Lines are packed toward the start of the flex container | |
| Inherit | Inherits this property from its parent element. | |
| Initial | Sets this property to its default value. | |
| Space_Around | Lines are evenly distributed in the flex container, with half-size spaces on either end | |
| Space_Between | Lines are evenly distributed in the flex container | |
| Space_Evenly | Lines are evenly distributed in the flex container, with equal space around them | |
| Stretch | Default value. Lines stretch to take up the remaining space |