Percept
Preparing search index...
View
LineOptions
Interface LineOptions
interface
LineOptions
{
color
?:
string
|
LinearGradient
|
RadialGradient
;
lineCap
?:
CanvasLineCap
;
lineDashSegments
?:
number
[]
;
lineWidth
?:
number
;
shadowBlur
?:
number
;
shadowColor
?:
string
;
shadowOffset
?:
Vector
;
staticShadow
?:
boolean
;
}
Index
Properties
color?
line
Cap?
line
Dash
Segments?
line
Width?
shadow
Blur?
shadow
Color?
shadow
Offset?
static
Shadow?
Properties
Optional
color
color
?:
string
|
LinearGradient
|
RadialGradient
Optional
line
Cap
lineCap
?:
CanvasLineCap
Optional
line
Dash
Segments
lineDashSegments
?:
number
[]
Optional
line
Width
lineWidth
?:
number
Optional
shadow
Blur
shadowBlur
?:
number
Optional
shadow
Color
shadowColor
?:
string
Optional
shadow
Offset
shadowOffset
?:
Vector
Optional
static
Shadow
staticShadow
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
line
Cap
line
Dash
Segments
line
Width
shadow
Blur
shadow
Color
shadow
Offset
static
Shadow
Percept
Loading...