<?xml version="1.0" encoding="UTF-8"?>
<!--
IKImageView.inspector
InterfaceBuilder

Created by Alex on 2009/07/26.    
Copyright 2009 Apple Inc. All rights reserved.
-->
<slice>

    <section>
        <sliver title="Options">
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.autoresizes" title="Autoresizes" />
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.supportsDragAndDrop" title="Supports Drag and Drop" />
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.doubleClickOpensImageEditPanel" title="Double-click Opens Edit Panel" />
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.editable" title="Editable" />
        </sliver>
    </section>

    <!-- TODO: This doesn't yet work, because enumeratedValuesKeyPath expects an NSDictionary to be returned, but we need to work with a list of strings. Kelly is working on fixing this, so when she's done, this should be able to be included back in. Tracking with <rdar://problem/8248437> FOLLOWUP TASK: IKImageView inspector is not yet complete
     <section>
        <sliver title="Tool Mode">
            <property type="enumeration" placeholder="None" keyPath="inspectedObjectsController.selection.object.currentToolMode" enumeratedValuesKeyPath="inspectedObjectsController.selection.object.allToolModes">
            </property>    
        </sliver>
    </section>-->

    <section>
        <sliver title="Zoom">
            <property type="number" formatStyle="decimal" minimum="0.0" maximum="1.0" increment="0.05" keyPath="inspectedObjectsController.selection.object.zoomFactor" title="Zoom" />
            <property type="number" formatStyle="decimal" minimum="0.0" maximum="360.0" increment="1.0" keyPath="inspectedObjectsController.selection.object.rotationAngleDegrees" title="Rotation" />
        </sliver>
    </section>

    <section>
        <sliver title="Background">
            <property type="ib-named-color" keyPath="inspectedObjectsController.selection.object.backgroundColor" />
        </sliver>
    </section>

</slice>
