wijmo.input Namespace > Utility type : CheckFontSizeValue Method |
Javascript (Usage) | |
---|---|
var instance = new wijmo.input.Utility(); var value; // Type: string // Parameters var length; // Type: any value = instance.CheckFontSizeValue(length); |
Javascript (Specification) | |
---|---|
function CheckFontSizeValue( length : any ) : string; |