<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBNSSlider.inspector
 Copyright © 2009-2017 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Style">
            <property type="enumeration" placeholder="Slider Type" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.sliderType" actionSelector="constrainBoundsOfSelectionToNearestLegalSize">
                <option-group>
                    <option title="Circular" value="1" />
                    <option title="Linear" value="0" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Tick Marks">
            <property type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.numberOfTickMarks" minimum="0" actionSelector="constrainBoundsOfSelectionToNearestLegalSize"/>
        </sliver>
        <sliver visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibShouldShowTickPositionHorizontal">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibArchivedTickMarkPosition">
                <option-group>
                    <option title="Above" value="1"/>
                    <option title="Below" value="0"/>
                </option-group>
            </property>
        </sliver>
        <sliver visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibShouldShowTickPositionVertical">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibArchivedTickMarkPosition">
                <option-group>
                    <option title="Left" value="2"/>
                    <option title="Right" value="3"/>
                </option-group>
            </property>
        </sliver>
        <sliver>
            <property type="boolean" title="Only stop on tick marks" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.allowsTickMarkValuesOnly" />
        </sliver>
        <sliver title="Touch Bar" visibleKeyPath="inspectedObjectsController.selection.object.ibIsInTouchBar">
            <property type="ib-named-color" keyPath="inspectedObjectsController.selection.object.trackFillColor" title="Track Fill Color" supportsNil="YES" defaultColorForNil="YES" />
        </sliver>
    </section>
    <section>
        <sliver title="Value">
            <property type="number" formatStyle="decimal" title="Minimum" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibInspectedMinValue" />
            <property type="number" formatStyle="decimal" title="Maximum" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibInspectedMaxValue" />
            <property type="number" formatStyle="decimal" title="Current" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibInspectedDoubleValue" />
        </sliver>
    </section>
</slice>

