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
withBorderBottomLeftRadius
withBorderBottomLeftRadius(value: number): Background
withBorderBottomRightRadius
withBorderBottomRightRadius(value: number): Background
withBorderBottomWidth
withBorderBottomWidth(value: number): Background
withBorderLeftColor
withBorderLeftColor(value: Color): Background
withBorderLeftWidth
withBorderLeftWidth(value: number): Background
withBorderRightColor
withBorderRightColor(value: Color): Background
withBorderRightWidth
withBorderRightWidth(value: number): Background
withBorderTopColor
withBorderTopColor(value: Color): Background
withBorderTopLeftRadius
withBorderTopLeftRadius(value: number): Background
withBorderTopRightRadius
withBorderTopRightRadius(value: number): Background
withBorderTopWidth
withBorderTopWidth(value: number): Background
withBoxShadow
withBoxShadow(value: CSSShadow): Background
withClipPath
withClipPath(value: string): Background
withColor
withColor(value: Color): Background
withImage
withImage(value: string | LinearGradient): Background
withPosition
withPosition(value: string): Background
withRepeat
withRepeat(value: BackgroundRepeatType): Background
withSize
withSize(value: string): Background
equals
Static
equals(value1: Background, value2: Background): boolean
- Previous
- ApplicationCommon
- Next
- Binding