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

   Created by Kelly Keenan on 11/25/09.
   Copyright © 2009-2022 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Color">
            <property type="ib-named-color" keyPath="inspectedObjectsController.selection.object.color" />
        </sliver>
        <chooser title="Style" type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedWellStyle">
            <choice value="0" title="Default">
                <sliver>
                    <property type="boolean" title="Bordered" keyPath="inspectedObjectsController.selection.object.ibInspectedBordered"/>
                </sliver>
            </choice>
            <choice value="1" title="Minimal" visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedSupportsWellStyles" />
            <choice value="2" title="Expanded" visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedSupportsWellStyles">
                <sliver fullWidth="true">
                    <property type="ib-named-resource" title="Image" placeholder="Image" keyPath="inspectedObjectsController.selection.object.ibShadowedImage" resourceType="image" />
                </sliver>
            </choice>
        </chooser>
    </section>
</slice>
