Documentation

textHeight

sets the height of the text block

number textHeight;

Example

webix.ui({
    view:"barcode",
    textHeight: 20
});

Back to top