[]
        
(Showing Draft Content)

C1.Blazor.Core.C1StyleFontStyle

C1StyleFontStyle Enum

The font-style property is mostly used to specify italic text.

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

Fields

Name Description
Inherit

Inherits this property from its parent element.

Initial

Sets this property to its default value.

Italic

The text is shown in italics.

Normal

The text is shown normally.

Oblique

The text is "leaning" (oblique is very similar to italic, but less supported)