<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBNSFormCell.inspector
 Copyright © 2009-2020 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Title">
            <property type="string" placeholder="Title" keyPath="inspectedObjectsController.selection.object.ibInspectedTitle" />
        </sliver>
        <sliver title="Title Align">
            <property type="enumeration" placeholder="Title Alignment" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibInspectedTitleAlignment">
                <option-group>
                    <option value="0" image="IBAlignTextLeftTemplate" title="Left" />
                    <option value="1" image="IBAlignTextCenterTemplate" title="Center" />
                    <option value="2" image="IBAlignTextRightTemplate" title="Right" />
                    <option value="3" image="IBAlignTextJustifiedTemplate" title="Justified" />
                    <option value="4" image="IBAlignTextNaturalTemplate" title="Natural" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Title Font">
            <property type="font" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.titleFont" dataSourceKeyPath="inspectedObjectsController.selection.object.ibFontDataSource" actionSelector="constrainBoundsOfSelectionToNearestLegalSize"/>
        </sliver>
    </section>
    <section>
        <sliver title="String Value">
            <property type="string" placeholder="String Value" keyPath="inspectedObjectsController.selection.object.stringValue" />
        </sliver>
        <sliver title="Placeholder">
            <property type="string" placeholder="Placeholder String" keyPath="inspectedObjectsController.selection.object.placeholderString" />
            </sliver>
        <sliver title="Value Align">
            <property type="enumeration" placeholder="Alignment" keyPath="inspectedObjectsController.selection.object.ibInspectedAlignment">
                <option-group>
                    <option value="0" image="IBAlignTextLeftTemplate" title="Left" />
                    <option value="1" image="IBAlignTextCenterTemplate" title="Center" />
                    <option value="2" image="IBAlignTextRightTemplate" title="Right" />
                    <option value="3" image="IBAlignTextJustifiedTemplate" title="Justified" />
                    <option value="4" image="IBAlignTextNaturalTemplate" title="Natural" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Font">
            <property type="font" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.font" dataSourceKeyPath="inspectedObjectsController.selection.object.ibFontDataSource" actionSelector="constrainBoundsOfSelectionToNearestLegalSize"/>
        </sliver>
    </section>
    <section>
        <sliver title="Border">
            <property type="enumeration" placeholder="Border Style" keyPath="inspectedObjectsController.selection.object.ibShadowedBorderStyle">
                <option-group>
                    <option value="1" image="IBBorderNoneTemplate"  title="None" />
                    <option value="2" image="IBBorderLineTemplate"  title="Line" />
                    <option value="3" image="IBBorderBezelTemplate" title="Bezel" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Settings">
            <property type="boolean" title="Editable" keyPath="inspectedObjectsController.selection.object.editable" />
            <property type="boolean" title="Allows Undo" keyPath="inspectedObjectsController.selection.object.allowsUndo" />
           </sliver>
    </section>
</slice>
