<?xml version="1.0" encoding="UTF-8"?>
<!--
    IBUIPasteControl.inspector
    IBCocoaTouchPlugin
-->
<slice>
    <section>
        <sliver title="Display Mode">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibInspectedConfigurationDisplayMode">
                <option-group>
                    <option value="0" title="Icon and Label" />
                    <option value="1" title="Icon Only" />
                    <option value="2" title="Label Only" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Corner Style">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibInspectedConfigurationCornerStyle">
                <option-group>
                    <option value="-2" title="Default" />
                </option-group>
                <option-group>
                    <option value="-1" title="Fixed" />
                    <option value="0" title="Dynamic" />
                    <option value="1" title="Small" />
                    <option value="2" title="Medium" />
                    <option value="3" title="Large" />
                    <option value="4" title="Capsule" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Radius">
            <property type="number" formatStyle="decimal" minimum="0.0" allowsNilValues="true" nilPlaceholder="Default" keyPath="inspectedObjectsController.selection.object.ibInspectedConfigurationCornerRadius" />
        </sliver>
    </section>
    <section title="Base Colors">
        <sliver title="Foreground">
            <property type="ib-named-color" supportsNil="YES" defaultColorForNil="YES" keyPath="inspectedObjectsController.selection.object.ibInspectedConfigurationBaseForegroundColor" />
        </sliver>
        <sliver title="Background">
            <property type="ib-named-color" supportsNil="YES" defaultColorForNil="YES" keyPath="inspectedObjectsController.selection.object.ibInspectedConfigurationBaseBackgroundColor" />
        </sliver>
    </section>
    <section>
        <sliver title="Target">
            <property type="ib-object-picker" keyPath="inspectedObjectsController.selection.object.target" isToMany="no" allowsEmptyRelation="yes" placeholder="Drag To Select A Target" />
        </sliver>
    </section>
</slice>
