Wijmo UI for the Web
MeasureText Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.Utility();
var value; // Type: any

// Parameters
var text; // Type:  any
var domElement; // Type:  any

value = instance.MeasureText(text, domElement);
Javascript (Specification) 
function MeasureText( 
   text : any,
   domElement : any
) : any;

Parameters

text
domElement
Browser Compatibility
7
5
5

See Also

Reference

Utility type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.