<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBUIBarButtonItemStateAppearance.inspector
 Copyright © 2021 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Title Font">
            <property type="font" keyPath="inspectedObjectsController.selection.object.{{BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH}}.ibInspectedTitleFontDescription" dataSourceKeyPath="inspectedObjectsController.selection.object.ibFontDataSource" actionSelector="constrainBoundsOfSelectionToNearestLegalSize"/>
        </sliver>
        <sliver title="Title Color">
            <property type="ib-named-color" defaultColorForNil="true" keyPath="inspectedObjectsController.selection.object.{{BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH}}.ibInspectedTitleTextColor" />
        </sliver>
        <sliver title="Title Shadow">
            <property type="ib-named-color" defaultColorForNil="true" keyPath="inspectedObjectsController.selection.object.{{BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH}}.ibInspectedTitleTextShadowColor" />
        </sliver>
        <chooser type="number" title="Shadow Offset" keyPath="inspectedObjectsController.selection.object.{{BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH}}.ibInspectedHasTitleTextShadowOffset">
            <choice title="Default Position" value="0"/>
            <choice title="Custom Offset" value="1">
                <sliver>
                    <property type="number" title="Horizontal" keyPath="inspectedObjectsController.selection.object.{{BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH}}.ibInspectedTitleTextShadowHorizontalOffset"/>
                    <property type="number" title="Vertical" keyPath="inspectedObjectsController.selection.object.{{BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH}}.ibInspectedTitleTextShadowVerticalOffset"/>
                </sliver>
            </choice>
        </chooser>
        <chooser type="number" title="Title Offset" keyPath="inspectedObjectsController.selection.object.{{BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH}}.ibInspectedHasTitlePositionAdjustment">
            <choice title="Default Position" value="0"/>
            <choice title="Custom Offset" value="1">
                <sliver>
                    <property type="number" title="Horizontal" keyPath="inspectedObjectsController.selection.object.{{BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH}}.ibInspectedTitlePositionHorizontalAdjustment"/>
                    <property type="number" title="Vertical" keyPath="inspectedObjectsController.selection.object.{{BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH}}.ibInspectedTitlePositionVerticalAdjustment"/>
                </sliver>
            </choice>
        </chooser>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Image" placeholder="Default Background Image" keyPath="inspectedObjectsController.selection.object.{{BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH}}.backgroundImage" resourceType="image" />
        </sliver>
        <chooser type="number" title="Image Offset" keyPath="inspectedObjectsController.selection.object.{{BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH}}.ibInspectedHasBackgroundImagePositionAdjustment">
            <choice title="Default Position" value="0"/>
            <choice title="Custom Offset" value="1">
                <sliver>
                    <property type="number" title="Horizontal" keyPath="inspectedObjectsController.selection.object.{{BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH}}.ibInspectedBackgroundImagePositionHorizontalAdjustment"/>
                    <property type="number" title="Vertical" keyPath="inspectedObjectsController.selection.object.{{BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH}}.ibInspectedBackgroundImagePositionVerticalAdjustment"/>
                </sliver>
            </choice>
        </chooser>
    </section>
</slice>
