Click or drag to resize

CmfStylefontWeight Property

"normal" and "bold" values are only supported.

Namespace:  Aras.Modules.CMF.Public
Syntax
JavaScript
function get_fontWeight();
function set_fontWeight(value);

Return Value

Type: [T:(Any)]
string
Examples
JavaScript
var style = inArgs.factory.createCmfStyle();
style.fontWeight = 'bold';
See Also