Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hello,
Currently, I am centering the content of the diagram using:
diagram.bringIntoView(diagram.shapes);
However, I would like the shapes to be vertically aligned to the top. So horizontally centered, but vertically aligned at the top.
How would I achieve this?
Thanks.
diagram.bringIntoView(diagram.shapes, {
align:
"center middle"
});