<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBUIBarAppearance.inspector
 Copyright © 2021 Apple Inc. All rights reserved.
 -->
<slice>
    <section title="{{BAR_APPEARANCE_TITLE}}" visibleKeyPath="inspectedObjectsController.selection.object.{{BAR_APPEARANCE_VISIBLE_KEYPATH}}">
        <sliver title="Blur Style">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.{{BAR_APPEARANCE_KEYPATH}}.backgroundEffect">
                <option-group>
                    <option value="-1" title="Default" />
                </option-group>
                <option-group title="Adaptive Effects">
                    <option value="4" title="Regular" />
                    <option value="5" title="Prominent" />
                </option-group>
                <option-group title="System Adaptive Effects">
                    <option value="6" title="Ultra Thin Material" />
                    <option value="7" title="Thin Material" />
                    <option value="8" title="Material" />
                    <option value="9" title="Thick Material" />
                    <option value="10" title="Chrome Material" />
                </option-group>
                <option-group title="System Light Effects">
                    <option value="11" title="Ultra Thin Material (Light)" />
                    <option value="12" title="Thin Material (Light)" />
                    <option value="13" title="Material (Light)" />
                    <option value="14" title="Thick Material (Light)" />
                    <option value="15" title="Chrome Material (Light)" />
                </option-group>
                <option-group title="System Dark Effects">
                    <option value="16" title="Ultra Thin Material (Dark)" />
                    <option value="17" title="Thin Material (Dark)" />
                    <option value="18" title="Material (Dark)" />
                    <option value="19" title="Thick Material (Dark)" />
                    <option value="20" title="Chrome Material (Dark)" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Background">
            <property type="ib-named-color"
            keyPath="inspectedObjectsController.selection.object.{{BAR_APPEARANCE_KEYPATH}}.backgroundColor" supportsNil="YES" defaultColorForNil="YES" />
        </sliver>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Image" placeholder="Default Background Image" keyPath="inspectedObjectsController.selection.object.{{BAR_APPEARANCE_KEYPATH}}.backgroundImage" resourceType="image" />
        </sliver>
        <sliver title="Content Mode">
            <property type="Enumeration" keyPath="inspectedObjectsController.selection.object.{{BAR_APPEARANCE_KEYPATH}}.backgroundImageContentMode">
                <option-group>
                    <option title="Default" value="-1"/>
                    <option title="Scale To Fill" value="0"/>
                    <option title="Aspect Fit" value="1"/>
                    <option title="Aspect Fill" value="2"/>
                    <option title="Redraw" value="3"/>
                    <option title="Center" value="4"/>
                    <option title="Top" value="5"/>
                    <option title="Bottom" value="6"/>
                    <option title="Left" value="7"/>
                    <option title="Right" value="8"/>
                    <option title="Top Left" value="9"/>
                    <option title="Top Right" value="10"/>
                    <option title="Bottom Left" value="11"/>
                    <option title="Bottom Right" value="12"/>
                </option-group>
            </property>
        </sliver>
        <sliver title="Shadow Color">
            <property type="ib-named-color"
            keyPath="inspectedObjectsController.selection.object.{{BAR_APPEARANCE_KEYPATH}}.shadowColor" supportsNil="YES" defaultColorForNil="YES" />
        </sliver>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Shadow Image" placeholder="Default Shadow Image" keyPath="inspectedObjectsController.selection.object.{{BAR_APPEARANCE_KEYPATH}}.shadowImage" resourceType="image" />
        </sliver>
    </section>
</slice>
