Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleFontSizeKind Enumeration

In This Topic
    C1StyleFontSizeKind Enumeration
    In This Topic
    The align-items property specifies the default alignment for items inside the flexible container.
    Syntax
    'Declaration
     
    
    Public Enum C1StyleFontSizeKind 
       Inherits System.Enum
    public enum C1StyleFontSizeKind : System.Enum 
    Members
    MemberDescription
    InheritInherits this property from its parent element.
    InitialSets this property to its default value.
    LargeSets the font-size to a large size.
    LargerSets the font-size to a larger size than the parent element.
    LengthSets the font-size to a size in px, cm, etc.
    MediumSets the font-size to a medium size.
    SmallSets the font-size to a small size.
    SmallerSets the font-size to a smaller size than the parent element.
    XLargeSets the font-size to an extra large size.
    XSmallSets the font-size to a x-small size.
    XXLargeSets the font-size to an xx-large size.
    XXSmallSets the font-size to a xx-small size.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Core.C1StyleFontSizeKind

    See Also