<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBNSMenu.inspector
 Copyright © 2009-2017 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Title">
            <property type="string" placeholder="Title" keyPath="inspectedObjectsController.selection.object.ibInspectedTitle"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.autoenablesItems" title="Auto Enables Items"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.showsStateColumn" title="Shows State Column"/>
        </sliver>
        <sliver title="Layout">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibInspectedUserInterfaceLayoutDirection">
                <option-group>
                    <option value="-1" title="Default"/>
                </option-group>
                <option-group>
                    <option value="0" title="Left To Right"/>
                    <option value="1" title="Right To Left"/>
                </option-group>
            </property>
        </sliver>
    </section>
</slice>
