'Declaration Public Property FontWeight As ExpressionInfo
public ExpressionInfo FontWeight {get; set;}
'Declaration Public Property FontWeight As ExpressionInfo
public ExpressionInfo FontWeight {get; set;}
Valid values are listed in the table below.
FontWeight | Description |
---|---|
Lighter | A lighter font weight with a numeric value of 0. |
Thin | A thin font weight with a numeric value of 100. |
ExtraLight | An extra-light font weight with a numeric value of 200. |
Light | A light font weight with a numeric value of 300. |
Normal (Default) | A normal font weight with a numeric value of 400. |
Medium | A medium font weight with a numeric value of 500. |
Semibold | A semi-bold font weight with a numeric value of 600. |
Bold | A bold font weight with a numeric value of 700. |
Extrabold | An extra-bold font weight with a numeric value of 800. |
Heavy | The heaviest possible font weight with a numeric value of 900. |
Bolder | Selects the next value that is darker than the inherited value. |