Determines the ViewStyle to set the bottom border width of a component. Makes the borderBottomWidth
property required. Used to create border width style mixins.
The bottom border width that will be applied to the target component
Optional borderColor
borderColor:undefined | string
Optional borderEndColor
borderEndColor:undefined | string
Optional borderEndWidth
borderEndWidth:number | string
Optional borderLeftColor
borderLeftColor:undefined | string
Optional borderLeftWidth
borderLeftWidth:undefined | number
Optional borderRadius
borderRadius:undefined | number
Optional borderRightColor
borderRightColor:undefined | string
Optional borderRightWidth
borderRightWidth:undefined | number
Optional borderStartColor
borderStartColor:undefined | string
Optional borderStartWidth
borderStartWidth:number | string
Optional borderStyle
borderStyle:"solid" | "dotted" | "dashed"
Optional borderTopColor
borderTopColor:undefined | string
Optional borderTopEndRadius
borderTopEndRadius:undefined | number
Optional borderTopLeftRadius
borderTopLeftRadius:undefined | number
Optional borderTopRightRadius
borderTopRightRadius:undefined | number
Optional borderTopStartRadius
borderTopStartRadius:undefined | number
Optional borderTopWidth
borderTopWidth:undefined | number
Optional borderWidth
borderWidth:undefined | number
Optional bottom
bottom:number | string
Optional direction
direction:"inherit" | "ltr" | "rtl"
platform
ios
Optional display
display:"none" | "flex"
Optional elevation
elevation:undefined | number
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.
Determines the
ViewStyle
to set the bottom border width of a component. Makes theborderBottomWidth
property required. Used to create border width style mixins.