<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBUIControl.inspector
 Copyright © 2010-2017 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Alignment">
            <property type="enumeration" title="Horizontal" keyPath="inspectedObjectsController.selection.object.contentHorizontalAlignment">
                <option-group>
                    <option value="4" image="IBUIControlContentHorizontalAlignmentLeadingTemplate"  title="Leading" />
                    <option value="1" image="IBUIControlContentHorizontalAlignmentLeftTemplate"     title="Left" />
                    <option value="0" image="IBUIControlContentHorizontalAlignmentCenterTemplate"   title="Center" />
                    <option value="5" image="IBUIControlContentHorizontalAlignmentTrailingTemplate" title="Trailing" />
                    <option value="2" image="IBUIControlContentHorizontalAlignmentRightTemplate"    title="Right" />
                    <option value="3" image="IBUIControlContentHorizontalAlignmentFillTemplate"     title="Fill" />
                </option-group>
            </property>
            <property type="enumeration" title="Vertical" keyPath="inspectedObjectsController.selection.object.contentVerticalAlignment">
                <option-group>
                    <option value="1" image="IBUIControlContentVerticalAlignmentTopTemplate"    title="Top" />
                    <option value="0" image="IBUIControlContentVerticalAlignmentCenterTemplate" title="Center" />
                    <option value="2" image="IBUIControlContentVerticalAlignmentBottomTemplate" title="Bottom" />
                    <option value="3" image="IBUIControlContentVerticalAlignmentFillTemplate"   title="Fill" />
                </option-group>
            </property>
        </sliver>
    </section>
    <section visibleKeyPath="inspectedObjectsController.selection.object.ibIsMenuSupported">
        <sliver title="Menu">
            <property type="boolean" title="Shows as Primary Action" keyPath="inspectedObjectsController.selection.object.showsMenuAsPrimaryAction"/>
        </sliver>
    </section>
    <section>
        <sliver title="State">
            <property type="boolean" title="Selected" keyPath="inspectedObjectsController.selection.object.selected"/>
        </sliver>
        <sliver>
            <property type="boolean" title="Enabled" keyPath="inspectedObjectsController.selection.object.enabled"/>
        </sliver>
        <sliver>
            <property type="boolean" title="Highlighted" keyPath="inspectedObjectsController.selection.object.highlighted"/>
        </sliver>
    </section>
    <section>
        <sliver title="Tooltip">
            <property type="string" placeholder="Tooltip" keyPath="inspectedObjectsController.selection.object.ibToolTip" allowsNilValues="YES"/>
        </sliver>
    </section>
</slice>
