Skip to content
Menu
Auto
English

ShadowLayerStyle

Defined in: index.ts:329

ShadowLayer style for text watermark

shadowStyle: {
dx: 10,
dy: 10,
radius: 10,
color: '#aacc22'
}

color: string

Defined in: index.ts:353

shadow color

color: '#aacc22'

dx: number

Defined in: index.ts:335

shadow offset x

dx: 10

dy: number

Defined in: index.ts:341

shadow offset y

dy: 10

radius: number

Defined in: index.ts:347

shadow radius

radius: 10