Align
methodsAligns drawing elements x axis position to a given rectangle.
Parameters:elementsArray
rectkendo.geometry.Rect
alignmentString
An array with the drawing elements that should be aligned.
The rectangle in which the elements should be aligned.
Specifies how should the elements be aligned. The supported values are:
- "start" - the elements will be aligned to the rectangle origin.
- "center" - the elements will be aligned to the rectangle center.
- "end" - the elements will be aligned to the right side of the rectangle.