New to Kendo UI for Angular? Start a free 30-day trial
vWrap
Updated on Oct 14, 2025
Stacks the drawing elements vertically. Multiple stacks are used if the elements height exceeds the given rectangle height.
Parameters
elements
Element[]
An array with the drawing elements that should be wrapped.
rect
The rectangle in which the elements should be wrapped.
Returns
Element[][]
 - An array with the stacks. Each stack is an Array holding the stack drawing elements.