Style - FontWeight Property

FontWeight specifies the variation of the font to be used

Member of Style (PRIM_VS.Style)

Data Type - Enumeration

Details

The FontWeight property defines the thickness of the text. Specific behaviour will depend on the font being used.
 
FontWeight will supersede the use of the Bold property.

Allowed Values

Enum ValueDescription
BoldEquivalent to 700
BolderBolder than Bold
LighterThinner than Normal
NormalEquivalent to 400
100100
200200
300300
400Equivalent to Normal
500500
600600
700Equivalent to Bold
800800
900900


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2