Click or drag to resize

CmfStyletextAlign Property

"left", "right" and "center" values are only supported.

Namespace:  Aras.Modules.CMF.Public
Syntax
JavaScript
function get_textAlign();
function set_textAlign(value);

Return Value

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