left
the left coordinate of a window position
left?: number;
Example
const dhxWindow = new dhx.Window({
left:250
});
dhxWindow.show();
the left coordinate of a window position
Example
const dhxWindow = new dhx.Window({
left:250
});
dhxWindow.show();