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

In This Topic
    C1StyleFontStyle Enumeration
    In This Topic
    The font-style property is mostly used to specify italic text.
    Syntax
    'Declaration
     
    
    Public Enum C1StyleFontStyle 
       Inherits System.Enum
    public enum C1StyleFontStyle : System.Enum 
    Members
    MemberDescription
    InheritInherits this property from its parent element.
    InitialSets this property to its default value.
    ItalicThe text is shown in italics.
    NormalThe text is shown normally.
    ObliqueThe text is "leaning" (oblique is very similar to italic, but less supported)
    Inheritance Hierarchy

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

    See Also