labelWidth
Optional. Sets the width of a label
labelWidth?: string | number;
Example
const slider = new dhx.Slider("slider_container", {
labelWidth:100
});
Optional. Sets the width of a label
Example
const slider = new dhx.Slider("slider_container", {
labelWidth:100
});