Pattern
Class
Represents a pattern used to fill a shape.
Definition
Package:@progress/kendo-drawing
Methods
Removes all child elements from the pattern.
Inserts an element at the specified position.
Parameters:positionnumber
The position to insert the element at. Existing children beyond this position are shifted right.
elementElementThe element to insert.
Removes the specified element from the pattern.
Parameters:elementElement
The element to remove.
Removes the child element at the specified position.
Parameters:indexnumber
The index at which the element currently resides.