Use the <Background>
component to set an image as a background.Example#
<Background>

</Background>
Setting the Image Background Color#
Background color: preset1Background color: preset2... (similarly for preset3 to preset20) ...// Background color: preset1
<Background bgColor="preset1">

</Background>
// Background color: preset2
<Background bgColor="preset2">

</Background>
... (similarly for preset3 to preset20) ...
Setting Image Position#
<Background position="bottom">

</Background>
Setting Content Corner Radius#
<Background radius={14}>

</Background>
Setting Image Border#
<Background borderWidth={1}>

</Background>
Setting Image Top/Bottom/Left/Right Margins#
<Background paddingTop={40} paddingBottom={40} paddingLeft={20} paddingRight={20}>

</Background>
Setting Image Background Gradient Direction#
<Background bgDirection={90}>

</Background>
Setting the Image Background Pattern#
Background pattern: plokaBackground pattern: ploka2... (similarly for paper, paper2, paper3, wave, electronics, stars, none) ...// Background pattern: ploka
<Background bgGridOverlay="ploka">

</Background>
// Background pattern: ploka2
<Background bgGridOverlay="ploka2">

</Background>
... (similarly for paper, paper2, paper3, wave, electronics, stars, none) ...
Setting Image Background Pattern Color#
Background pattern color: whiteBackground pattern color: grayBackground pattern color: black// Background pattern color: white
<Background bgGridOverlay="ploka" bgGridOverlayColor="white">

</Background>
// Background pattern color: gray
<Background bgGridOverlay="ploka" bgGridOverlayColor="gray">

</Background>
// Background pattern color: black
<Background bgGridOverlay="ploka" bgGridOverlayColor="black">

</Background>
Setting Image Background Corner Radius#
<Background bgRadius={20}>

</Background>
Parameter Description#
Modified at 2024-06-28 03:42:24