Percept
Preparing search index...
View
RectangleOptions
Interface RectangleOptions
interface
RectangleOptions
{
fill
?:
boolean
;
fillColor
?:
string
|
LinearGradient
|
RadialGradient
;
outline
?:
boolean
;
outlineColor
?:
string
|
LinearGradient
|
RadialGradient
;
outlineDashSegments
?:
number
[]
;
outlineWidth
?:
number
;
shadowBlur
?:
number
;
shadowColor
?:
string
;
shadowOffset
?:
Vector
;
staticShadow
?:
boolean
;
}
Index
Properties
fill?
fill
Color?
outline?
outline
Color?
outline
Dash
Segments?
outline
Width?
shadow
Blur?
shadow
Color?
shadow
Offset?
static
Shadow?
Properties
Optional
fill
fill
?:
boolean
Optional
fill
Color
fillColor
?:
string
|
LinearGradient
|
RadialGradient
Optional
outline
outline
?:
boolean
Optional
outline
Color
outlineColor
?:
string
|
LinearGradient
|
RadialGradient
Optional
outline
Dash
Segments
outlineDashSegments
?:
number
[]
Optional
outline
Width
outlineWidth
?:
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
fill
fill
Color
outline
outline
Color
outline
Dash
Segments
outline
Width
shadow
Blur
shadow
Color
shadow
Offset
static
Shadow
Percept
Loading...