Click or drag to resize

CmfStylefontSize Property

Integer values (not decimal) are only supported. In Pixels.

Namespace:  Aras.Modules.CMF.Public
Syntax
JavaScript
function get_fontSize();
function set_fontSize(value);

Return Value

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