All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
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"
});