Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the font weight that is used to display text in the control.
Syntax
public int bold([int value])
Run On
Client
Parameters
- value
Type: int
The value to assign to the bold setting of the control; optional.
Return Value
Type: int
An integer value between 0 (zero) and 9, inclusive.
Remarks
The integer that is returned contains the weight of the font as follows:
0 – Use the default font weight.
1 – Thin.
2 – Extra-light.
3 – Light.
4 – Normal.
5 – Medium.
6 – Semibold.
7 – Bold.
8 – Extra-bold.
9 – Heavy.