Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll

Align Self
C#
public enum AlignSelf
ConstanteDescripción
AutoDefault. The element inherits its parent container’s align-items property, or “stretch” if it has no parent container
BaselineThe element is positioned at the baseline of the container
CenterThe element is positioned at the center of the container
Flex_EndThe element is positioned at the end of the container
Flex_StartThe element is positioned at the beginning of the container
InheritInherits this property from its parent element.
InitialSets this property to its default value.
StretchThe element is positioned to fit the container