<?xml version="1.0" encoding="UTF-8"?>
<!--
    IBUIProgressView.inspector
    IBCocoaTouchPlugin
    
    Created by Joshua Pennington on 03/15/10.
    Copyright 2010 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Style">
            <property type="enumeration" actionSelector="constrainBoundsOfSelectionToNearestLegalSize" keyPath="inspectedObjectsController.selection.object.progressViewStyle">
                <option-group>
                    <option title="Default" value="0" />
                    <option title="Bar" value="1" />
                </option-group>
            </property>
        </sliver>
    </section>
    <section>
        <sliver title="Progress">
            <property type="number" keyPath="inspectedObjectsController.selection.object.progress" formatStyle="decimal" increment="0.1" maximum="1.0" minimum="0.0"/>
        </sliver>
    </section>
    <section>
        <sliver title="Progress Tint">
            <property type="ib-named-color" popup="true" defaultColorForNil="true" configurableProperty="progressTintColor" />
        </sliver>
        <sliver title="Track Tint">
            <property type="ib-named-color" popup="true" defaultColorForNil="true" configurableProperty="trackTintColor" />
        </sliver>
    </section>
    <section>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Progress" placeholder="Progress Image" resourceType="image" configurableProperty="progressImage"/>
        </sliver>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Track" placeholder="Track Image" resourceType="image" configurableProperty="trackImage"/>
        </sliver>
    </section>
</slice>
