Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Classes
Background
Background
Summary
Constructors
Properties
Methods
- equals
- getBoxShadow
- getUniformBorderColor
- getUniformBorderRadius
- getUniformBorderWidth
- hasBorderColor
- hasBorderRadius
- hasBorderWidth
- hasBoxShadow
- hasUniformBorder
- hasUniformBorderColor
- hasUniformBorderRadius
- hasUniformBorderWidth
- isEmpty
- toString
- withBorderBottomColor
- withBorderBottomLeftRadius
- withBorderBottomRightRadius
- withBorderBottomWidth
- withBorderLeftColor
- withBorderLeftWidth
- withBorderRightColor
- withBorderRightWidth
- withBorderTopColor
- withBorderTopLeftRadius
- withBorderTopRightRadius
- withBorderTopWidth
- withBoxShadow
- withClipPath
- withColor
- withImage
- withPosition
- withRepeat
- withSize
Constructors
constructor
new Background(): Background
Returns Background
Properties
borderBottomLeftRadius
borderBottomRightRadius
borderBottomWidth
borderLeftWidth
borderRightWidth
borderTopLeftRadius
borderTopRightRadius
borderTopWidth
boxShadow
clearFlags
clipPath
image
position
repeat
repeat: BackgroundRepeatType
size
default
Static
default: Background
Methods
getBoxShadow
Returns CSSShadow
getUniformBorderRadius
Returns number
getUniformBorderWidth
Returns number
hasBorderColor
Returns boolean
hasBorderRadius
Returns boolean
hasBorderWidth
Returns boolean
hasBoxShadow
Returns boolean
hasUniformBorder
Returns boolean
hasUniformBorderColor
Returns boolean
hasUniformBorderRadius
Returns boolean
hasUniformBorderWidth
Returns boolean
isEmpty
Returns boolean
toString
Returns string
withBorderBottomColor
withBorderBottomColor(value: Color): Background
Parameter | Default | Description |
value |
|
Returns Background
withBorderBottomLeftRadius
withBorderBottomLeftRadius(value: number): Background
Parameter | Default | Description |
value |
| number |
Returns Background
withBorderBottomRightRadius
withBorderBottomRightRadius(value: number): Background
Parameter | Default | Description |
value |
| number |
Returns Background
withBorderBottomWidth
withBorderBottomWidth(value: number): Background
Parameter | Default | Description |
value |
| number |
Returns Background
withBorderLeftColor
withBorderLeftColor(value: Color): Background
Parameter | Default | Description |
value |
|
Returns Background
withBorderLeftWidth
withBorderLeftWidth(value: number): Background
Parameter | Default | Description |
value |
| number |
Returns Background
withBorderRightColor
withBorderRightColor(value: Color): Background
Parameter | Default | Description |
value |
|
Returns Background
withBorderRightWidth
withBorderRightWidth(value: number): Background
Parameter | Default | Description |
value |
| number |
Returns Background
withBorderTopColor
withBorderTopColor(value: Color): Background
Parameter | Default | Description |
value |
|
Returns Background
withBorderTopLeftRadius
withBorderTopLeftRadius(value: number): Background
Parameter | Default | Description |
value |
| number |
Returns Background
withBorderTopRightRadius
withBorderTopRightRadius(value: number): Background
Parameter | Default | Description |
value |
| number |
Returns Background
withBorderTopWidth
withBorderTopWidth(value: number): Background
Parameter | Default | Description |
value |
| number |
Returns Background
withBoxShadow
withBoxShadow(value: CSSShadow): Background
Parameter | Default | Description |
value |
| CSSShadow |
Returns Background
withClipPath
withClipPath(value: string): Background
Parameter | Default | Description |
value |
| string |
Returns Background
withColor
withColor(value: Color): Background
Parameter | Default | Description |
value |
|
Returns Background
withImage
withImage(value: string | LinearGradient): Background
Parameter | Default | Description |
value |
| string | LinearGradient |
Returns Background
withPosition
withPosition(value: string): Background
Parameter | Default | Description |
value |
| string |
Returns Background
withRepeat
withRepeat(value: BackgroundRepeatType): Background
Parameter | Default | Description |
value |
|
Returns Background
withSize
withSize(value: string): Background
Parameter | Default | Description |
value |
| string |
Returns Background
equals
Static
equals(value1: Background, value2: Background): boolean
Parameter | Default | Description |
value1 |
| |
value2 |
|
Returns boolean
- Previous
- ApplicationCommon
- Next
- Binding