'Declaration Public Enum FontWeight Inherits System.Enum
public enum FontWeight : System.Enum
'Declaration Public Enum FontWeight Inherits System.Enum
public enum FontWeight : System.Enum
Member | Description |
---|---|
Bold | Matches CSS font weight 700. |
Default | Default. Treated as Normal. |
ExtraBold | Matches CSS font weight 800. |
ExtraLight | Matches CSS font weight 200. |
Heavy | Matches CSS font weight 900. |
Light | Matches CSS font weight 300. |
Medium | Matches CSS font weight 500. |
Normal | Matches CSS font weight 400. |
SemiBold | Matches CSS font weight 600. |
Thin | Matches CSS font weight 100. |
System.Object
System.ValueType
System.Enum
C1.C1Rdl.Rdl2008.FontWeight