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

   Created by Kevin Cathey on 21 July 10.
   Copyright 2010 Apple Inc. All rights reserved.
-->

<slice>
    <section>
        <sliver title="Alpha">
            <property type="number" formatStyle="decimal" minimum="0.0" maximum="1.0" increment="0.1" keyPath="inspectedObjectsController.selection.object.alphaValue" />
        </sliver>
    </section>
    <section>
        <sliver title="Shadow">
            <property type="boolean" title="Enabled" keyPath="inspectedObjectsController.selection.object.ibInspectedHasShadow" />
            <property type="number" enabledKeyPath="inspectedObjectsController.selection.object.ibInspectedHasShadow" title="X Offset" keyPath="inspectedObjectsController.selection.object.ibInspectedShadowOffsetWidth" />
            <property type="number" enabledKeyPath="inspectedObjectsController.selection.object.ibInspectedHasShadow" title="Y Offset" keyPath="inspectedObjectsController.selection.object.ibInspectedShadowOffsetHeight" />
            <property type="number" minimum="0.0" enabledKeyPath="inspectedObjectsController.selection.object.ibInspectedHasShadow" title="Blur Radius" keyPath="inspectedObjectsController.selection.object.ibInspectedShadowBlurRadius" />
            <property type="ib-named-color" enabledKeyPath="inspectedObjectsController.selection.object.ibInspectedHasShadow" keyPath="inspectedObjectsController.selection.object.ibInspectedShadowColor" />
        </sliver>
    </section>
</slice>
