<?xml version="1.0" encoding="UTF-8"?>
<!--
   IBFillView.plugindata
   IDEInterfaceBuilder

   Created by Jon Hess on 5/1/10.
   Copyright 2010-2018 Apple Inc. All rights reserved.
-->

<slice>
    <section>
        <sliver title="Corner Radius">
            <property type="number" keyPath="inspectedObjectsController.selection.object.cornerRadius" minimum="0"/>
        </sliver>
        <sliver title="Orientation">
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.flipped" title="Flipped" />
        </sliver>
        <sliver title="Border Color">
            <property type="ib-named-color" supportsNil="YES" keyPath="inspectedObjectsController.selection.object.borderColor" defaultColorForNil="YES" />
        </sliver>
        <sliver title="Inner Border">
            <property type="ib-named-color" supportsNil="YES" keyPath="inspectedObjectsController.selection.object.innerBorderColor" defaultColorForNil="YES" />
        </sliver>
        <sliver title="Fill Color">
            <property type="ib-named-color" supportsNil="YES" keyPath="inspectedObjectsController.selection.object.fillColor" defaultColorForNil="YES" />
        </sliver>
        <sliver title="Text Color">
            <property type="ib-named-color" supportsNil="YES" keyPath="inspectedObjectsController.selection.object.textColor" defaultColorForNil="YES" defaultColorKeyPath="inspectedObjectsController.selection.object.ibDefaultTextColor" />
        </sliver>
        <sliver title="Text">
            <property type="string" keyPath="inspectedObjectsController.selection.object.text" allowsNilValues="YES"/>
        </sliver>
        <sliver title="Font">
            <property type="font" keyPath="inspectedObjectsController.selection.object.ibInspectedTextFont" dataSourceKeyPath="inspectedObjectsController.selection.object.ibFontDataSource" title="Font"/>
        </sliver>
        <sliver title="Text Rotation">
            <property type="number" keyPath="inspectedObjectsController.selection.object.textRotation" title="Degrees, counter-clockwise"/>
        </sliver>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Image" placeholder="Image" keyPath="inspectedObjectsController.selection.object.image" resourceType="image" />
        </sliver>
    </section>
</slice>               
