C1.C1Rdl.Rdl2008 Namespace : FontWeight Enumeration |
'Declaration Public Enum FontWeight Inherits System.Enum
public enum FontWeight : System.Enum
Member | Description |
---|---|
Bold | Matches CSS font weight 700. |
Default | Default. Treated as FontWeight.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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2