New to Kendo UI for VueStart a free 30-day trial

Pattern

Represents a pattern used to fill a shape.

Constructors

Pattern

(options: PatternOptions)

Creates a new instance of the pattern.

Parameters

options

PatternOptions

The configuration options for the pattern.

Methods

append

Appends the specified element as a last child of the pattern.

Parameters

elements

Element[]

clear

Removes all child elements from the pattern.

insert

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.

remove

Removes the specified element from the pattern.

Parameters

element

Element

The element to remove.

removeAt

Removes the child element at the specified position.

Parameters

index

number

The index at which the element currently resides.

In this article
ConstructorsPatternMethods
Not finding the help you need?
Contact Support