PatternImageTile
Typeobject
Backlinks1Use an image as the content of the pattern. The pattern type is tile.
Property | Type | Required |
---|---|---|
class | string | Required |
mirror | boolean | Optional |
scale | number | Required |
mode | integer | Optional |
rotation | number | Required |
imageFileName | string | Required |
imageFilters | ImageFilters | Optional |
class​
RequiredType
string
Value
constant: the value of this property must be equal to:
"patternImageTile"
mirror​
OptionalDescription
Whether to mirror the image repetitively.
Default value is false
.
Type
boolean
mode​
OptionalDescription
Tile the image in which direction.
Type
integer
Value
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
0 | horizontal and vertical(default value) |
1 | only horizontal |
2 | only vertical |
rotation​
RequiredDescription
Rotation of the image in degrees. Positive values represent counterclockwise rotation. Rotate around the center of the image.
Type
number