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