<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBUISegmentedControl.inspector
 Copyright © 2010-2017 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Style">
            <property type="enumeration" actionSelector="constrainBoundsOfSelectionToNearestLegalSize" keyPath="inspectedObjectsController.selection.object.ibInspectedSegmentControlStyle">
                <option-group>
                    <option title="Plain" value="0" />
                    <option title="Bordered" value="1" />
                    <option title="Bar" value="2" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Selected Tint" visibleKeyPath="inspectedObjectsController.selection.object.ibIsUISegmentedControlSelectedSegmentTintColorAvailable">
            <property type="ib-named-color" configurableProperty="selectedSegmentTintColor" defaultColorForNil="YES"/>
        </sliver>
        <sliver title="State">
            <property type="boolean" title="Momentary" keyPath="inspectedObjectsController.selection.object.momentary" />
        </sliver>
        <sliver title="Drag and Drop" visibleKeyPath="inspectedObjectsController.selection.object.ibIsUISpringLoadedInteractionSupportingAvailable">
            <property type="boolean" title="Spring Loaded" keyPath="inspectedObjectsController.selection.object.springLoaded" />
        </sliver>
        <sliver title="Segments">
            <property type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedNumberOfSegments" minimum="2" maximum="2049" />
        </sliver>
    </section>
    <section>
        <sliver title="Segment">
            <property type="enumeration" keyPath="ibExternalInspectedSegment" enumeratedValuesKeyPath="ibInspectedSegments" enumeratedDisplayValuesKeyPath="ibInspectedSegments.title" />
        </sliver>
        <sliver title="Title">
            <property type="string" keyPath="inspectedObjectsController.selection.object.ibInspectedTitleForInspectedSegment" placeholder="Title" />
        </sliver>
        <sliver fullWidth="true">
            <property type="ib-named-resource" title="Image" placeholder="Image" keyPath="inspectedObjectsController.selection.object.ibInspectedImageForInspectedSegment" resourceType="image" />
        </sliver>
        <sliver title="Behavior">
            <property type="boolean" title="Enabled" keyPath="inspectedObjectsController.selection.object.ibInspectedIsEnabledForInspectedSegment" />
            <property type="boolean" title="Selected" keyPath="inspectedObjectsController.selection.object.ibInspectedIsSelectedForInspectedSegment" />
        </sliver>
        <sliver title="Content Offset">
            <property type="number" title="X" keyPath="inspectedObjectsController.selection.object.ibInspectedContentXOffsetsForInspectedSegment" />
            <property type="number" title="Y" keyPath="inspectedObjectsController.selection.object.ibInspectedContentYOffsetsForInspectedSegment" />
        </sliver>
    </section>
</slice>
