[]
The align-items property specifies the default alignment for items inside the flexible container.
public enum C1StyleFontSizeKind
Public Enum C1StyleFontSizeKind
| Name | Description |
|---|---|
| Inherit | Inherits this property from its parent element. |
| Initial | Sets this property to its default value. |
| Large | Sets the font-size to a large size. |
| Larger | Sets the font-size to a larger size than the parent element. |
| Length | Sets the font-size to a size in px, cm, etc. |
| Medium | Sets the font-size to a medium size. |
| Small | Sets the font-size to a small size. |
| Smaller | Sets the font-size to a smaller size than the parent element. |
| XLarge | Sets the font-size to an extra large size. |
| XSmall | Sets the font-size to a x-small size. |
| XXLarge | Sets the font-size to an xx-large size. |
| XXSmall | Sets the font-size to a xx-small size. |