<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBNSImageView.inspector
 Copyright © 2009-2020 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Image" placeholder="Image" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibInspectedImage" resourceType="image" />
        </sliver>
    </section>
    <section>
        <sliver title="Behavior">
            <property type="boolean" title="Animates" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.animates" />
            <property type="boolean" title="Editable" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.editable" />
        </sliver>
        <sliver title="Scaling">
            <property type="enumeration" placeholder="Image Scaling" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.imageScaling">
                <option-group>
                    <option title="Proportionally Down" value="0" />
                    <option title="Proportionally Up or Down" value="3" />
                    <option title="Axes Independently" value="1" />
                    <option title="None" value="2" />
                </option-group>
            </property>
        </sliver>
    </section>
    <section>
        <sliver title="Border Type">
            <property type="enumeration" placeholder="Image Frame Style" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.imageFrameStyle">
                <option-group>
                    <option title="Bezel" value="2" />
                    <option title="Button" value="4" />
                    <option title="Groove" value="3" />
                    <option title="Photo" value="1" />
                    <option title="None" value="0" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Alignment">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.imageAlignment">
                <option-group>
                    <option value="2" image="ImageTopLeft"      title="Top Left" />
                    <option value="1" image="ImageTopCenter"    title="Top Center" />
                    <option value="3" image="ImageTopRight"     title="Top Right" />
                </option-group>
                <option-group>
                    <option value="4" image="ImageMiddleLeft"   title="Middle Left" />
                    <option value="0" image="ImageMiddleCenter" title="Middle Center" />
                    <option value="8" image="ImageMiddleRight"  title="Middle Right" />
                </option-group>
                <option-group>
                    <option value="6" image="ImageBottomLeft"   title="Bottom Left" />
                    <option value="5" image="ImageBottomCenter" title="Bottom Center" />
                    <option value="7" image="ImageBottomRight"  title="Bottom Right" />
                </option-group>
            </property>
        </sliver>
    </section>
    <section visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibIsInNSImageView">
        <sliver title="Tint">
            <property type="ib-named-color" keyPath="inspectedObjectsController.selection.object.ibInspectedControl.ibExternalContentTintColor" supportsNil="YES" defaultColorForNil="YES" />
        </sliver>
    </section>
    <include fileName="IBNSImageSymbolConfiguration">
        <replaceToken tokenIdentifier="SYMBOL_CONFIGURATION_SECTION_TITLE" replacementString="Symbol Configuration" />
        <replaceToken tokenIdentifier="SYMBOL_CONFIGURATION_OBJECT_KEYPATH_PREFIX" replacementString="ibInspectedControl.ibInspectedSymbolConfiguration" />
        <replaceToken tokenIdentifier="SYMBOL_CONFIGURATION_VISIBLE_KEYPATH" replacementString="ibInspectedControl.ibInspectedAllowsImageSymbolConfiguration" />
    </include>
</slice>
