[]
        
(Showing Draft Content)

C1.Blazor.Core.C1StyleFontSizeKind

C1StyleFontSizeKind Enum

The align-items property specifies the default alignment for items inside the flexible container.

Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public enum C1StyleFontSizeKind
Public Enum C1StyleFontSizeKind

Fields

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.