图片背景
Background
将图像作为背景。示例效果
<Background>

</Background>
设置图片背景色
背景颜色:preset1
<Background bgColor="preset1">

</Background>
背景颜色:preset2
<Background bgColor="preset2">

</Background>
背景颜色:preset3
<Background bgColor="preset3">

</Background>
背景颜色:preset4
<Background bgColor="preset4">

</Background>
背景颜色:preset5
<Background bgColor="preset5">

</Background>
背景颜色:preset6
<Background bgColor="preset6">

</Background>
背景颜色:preset7
<Background bgColor="preset7">

</Background>
背景颜色:preset8
<Background bgColor="preset8">

</Background>
背景颜色:preset9
<Background bgColor="preset9">

</Background>
背景颜色:preset10
<Background bgColor="preset10">

</Background>
背景颜色:preset11
<Background bgColor="preset11">

</Background>
背景颜色:preset12
<Background bgColor="preset12">

</Background>
背景颜色:preset13
<Background bgColor="preset13">

</Background>
背景颜色:preset14
<Background bgColor="preset14">

</Background>
背景颜色:preset15
<Background bgColor="preset15">

</Background>
背景颜色:preset16
<Background bgColor="preset16">

</Background>
背景颜色:preset17
<Background bgColor="preset17">

</Background>
背景颜色:preset18
<Background bgColor="preset18">

</Background>
背景颜色:preset19
<Background bgColor="preset19">

</Background>
背景颜色:preset20
<Background bgColor="preset20">

</Background>
设置图片位置
<Background position="bottom">

</Background>
设置内容圆角
<Background radius={14}>

</Background>
设置图片边框
<Background borderWidth={1}>

</Background>
设置图片上下/左右边距
<Background paddingX={80} paddingX={80}>

</Background>
设置图片上/下/左/右边距
<Background paddingTop={40} paddingBottom={40} paddingLeft={20} paddingRight={20}>

</Background>
设置图片背景渐变方向
<Background bgDirection={90}>

</Background>
设置图片背景花纹
背景花纹:ploka
<Background bgGridOverlay="ploka">

</Background>
背景花纹:ploka2
<Background bgGridOverlay="ploka2">

</Background>
背景花纹:paper
<Background bgGridOverlay="paper">

</Background>
背景花纹:paper2
<Background bgGridOverlay="paper2">

</Background>
背景花纹:paper3
<Background bgGridOverlay="paper3">

</Background>
背景花纹:wave
<Background bgGridOverlay="wave">

</Background>
背景花纹:electronics
<Background bgGridOverlay="electronics">

</Background>
背景花纹:stars
<Background bgGridOverlay="stars">

</Background>
背景花纹:none
<Background bgGridOverlay="none">

</Background>
设置图片背景花纹颜色
背景花纹颜色:white
<Background bgGridOverlay="ploka" bgGridOverlayColor="white">

</Background>
背景花纹颜色:gray
<Background bgGridOverlay="ploka" bgGridOverlayColor="gray">

</Background>
背景花纹颜色:black
<Background bgGridOverlay="ploka" bgGridOverlayColor="black">

</Background>
设置图片背景圆角
<Background bgRadius={20}>

</Background>
参数说明
ImageBackground
position
enum<string>
图片位置
枚举值:
centertopbottomleftrighttopLefttopRightbottomLeftbottomRight
默认值:
center
radius
number
内容圆角(px)
borderWidth
number
图片边框(px)
shadow
enum<string>
阴影
枚举值:
xsmallsmallmiddlelargexlargenone
默认值:
middle
paddingX
number
左右边距(px)
paddingY
number
可选
paddingTop
number
上边距(px)
paddingBottom
number
下边距(px)
paddingLeft
number
左边距(px)
paddingRight
number
右边距(px)
bgColor
string
可选
bgDirection
number
背景渐变方向(度)
bgGridOverlay
string
背景花纹
bgGridOverlayColor
string
背景花纹颜色
bgRadius
number
背景圆角(px)
修改于 2024-06-27 08:48:46