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 β
borderBottomWidth: number
borderLeftWidth β
borderLeftWidth: number
borderRightWidth β
borderRightWidth: number
borderTopLeftRadius β
borderTopRightRadius β
borderTopWidth β
borderTopWidth: number
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
Returns boolean
- Previous
- ApplicationCommon
- Next
- Binding
On this page
- Summary
- Constructors
- Properties
- Methods
- 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
- equals