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 weight of font that is used to output text in the control.
Syntax
public int bold([int value])
Run On
Client
Parameters
- value
Type: int
Return Value
Type: int
An integer value between zero and nine, 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.