ShadowLayerStyle
Defined in: index.ts:329
ShadowLayer style for text watermark
Example
Section titled “Example”shadowStyle: { dx: 10, dy: 10, radius: 10, color: '#aacc22'}Properties
Section titled “Properties”color:
string
Defined in: index.ts:353
shadow color
Example
Section titled “Example”color: '#aacc22'dx:
number
Defined in: index.ts:335
shadow offset x
Example
Section titled “Example”dx: 10dy:
number
Defined in: index.ts:341
shadow offset y
Example
Section titled “Example”dy: 10radius
Section titled “radius”radius:
number
Defined in: index.ts:347
shadow radius
Example
Section titled “Example”radius: 10