CODIUM Programming Language (CPL) CodiumSDK CPL AlignItems
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
C# |
public enum AlignItems |
Constante | Descripción | |
---|---|---|
Baseline | Items are positioned at the baseline of the container | |
Center | Items are positioned at the center of the container | |
Flex_End | Items are positioned at the end of the container | |
Flex_Start | 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. | |
Stretch | Default. Items are stretched to fit the container |