<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<simple-type xmlns="http://www.sap.com/sap.ui.library.xsd">
    <name>layout/BackgroundDesign</name>
    <derived/>
    <documentation>Background design (i.e. color), e.g. of a layout cell.</documentation>
    <deprecation since="1.38"></deprecation>
    <enumeration>
        <value name="Border">
            <documentation>A background design suitable for borders.</documentation>
        </value>
        <value name="Fill1">
            <documentation>An opaque background design that looks dark filled.</documentation>
        </value>
        <value name="Fill2">
            <documentation>An opaque background design that looks medium filled.</documentation>
        </value>
        <value name="Fill3">
            <documentation>An opaque background design that looks light filled.</documentation>
        </value>
        <value name="Header">
            <documentation>A background design suitable for headers.</documentation>
        </value>
        <value name="Plain">
            <documentation>A plain but opaque background design.</documentation>
        </value>
        <value name="Transparent">
            <documentation>A transparent background.</documentation>
        </value>
    </enumeration>
</simple-type>
