CODIUM Programming Language (CPL) CodiumSDK CPL AlignSelf
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Align Self
C# |
public enum AlignSelf |
Constante | Descripción | |
---|---|---|
Auto | Default. The element inherits its parent container’s align-items property, or “stretch” if it has no parent container | |
Baseline | The element is positioned at the baseline of the container | |
Center | The element is positioned at the center of the container | |
Flex_End | The element is positioned at the end of the container | |
Flex_Start | The element is positioned at the beginning of the container | |
Inherit | Inherits this property from its parent element. | |
Initial | Sets this property to its default value. | |
Stretch | The element is positioned to fit the container |