Wijmo UI for the Web
height Option
wijmo.flipcard.wijflipcard Namespace > options type : height Option

Default value: null

A value that indicates the height of the wijflipcard widget.

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

Reference

options type
wijflipcard jQuery Widget