Exampleโ
backfaceVisibility
โ
Type |
---|
enum('visible' , 'hidden' ) |
backgroundColor
โ
borderBottomColor
โ
borderBottomEndRadius
โ
borderBottomLeftRadius
โ
borderBottomRightRadius
โ
borderBottomStartRadius
โ
borderBottomWidth
โ
borderColor
โ
borderEndColor
โ
borderLeftColor
โ
borderLeftWidth
โ
borderRadius
โ
If the rounded border is not visible, try applying overflow: 'hidden'
as well.
borderRightColor
โ
borderRightWidth
โ
borderStartColor
โ
borderStyle
โ
Type |
---|
enum('solid' , 'dotted' , 'dashed' ) |
borderTopColor
โ
borderTopEndRadius
โ
borderTopLeftRadius
โ
borderTopRightRadius
โ
borderTopStartRadius
โ
borderTopWidth
โ
borderWidth
โ
elevation
Android
โSets the elevation of a view, using Android's underlying elevation API. This adds a drop shadow to the item and affects z-order for overlapping views. Only supported on Android 5.0+, has no effect on earlier versions.
opacity
โ