New to Kendo UI for Vue? Start a free 30-day trial
Represents a pattern used to fill a shape.
(options: PatternOptions)
Creates a new instance of the pattern.
PatternOptions
The configuration options for the pattern.
|
---|
Appends the specified element as a last child of the pattern.
|
|
|
---|
Removes all child elements from the pattern.
|
|
---|
Inserts an element at the specified position.
|
Parameters | | |
---|
position
|
number
|
The position to insert the element at. Existing children beyond this position are shifted right.
|
element
|
Element
|
The element to insert.
|
|
|
---|
Removes the specified element from the pattern.
|
Parameters | | |
---|
element
|
Element
|
The element to remove.
|
|
|
---|
Removes the child element at the specified position.
|
Parameters | | |
---|
index
|
number
|
The index at which the element currently resides.
|
|