Wijmo UI for the Web
controlheight Option
wijmo.tooltip.wijtooltip Namespace > options type : controlheight Option

Default value: null

Determines the height of the tooltip.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijtooltip("option", "controlheight");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijtooltip("option", "controlheight", newValue);
        
});
var controlheight : object;
See Also

Reference

options type
wijtooltip jQuery Widget