Documentation

color

sets the bar color

string color;

Example

webix.ui({
    view:"barcode",
    color: "#000"
});

Back to top