<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBUIStackView.inspector
 Copyright © 2015-2017 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Axis">
            <property type="enumeration" configurableProperty="axis">
                <option-group>
                    <option title="Horizontal" value="0" />
                    <option title="Vertical" value="1" />
                </option-group>
            </property>
        </sliver>
    </section>
    <section>
        <sliver title="Alignment" visibleKeyPath="inspectedObjectsController.selection.object.ibIsStackingWithVerticalAxisWithEmptyConfigurationOnly" >
            <!-- Keep these hidden options in the front, because there is currently a menu bug where
             you get an empty menu if these are at the bottom of the list and selected -->
            <property type="enumeration" configurableProperty="alignment">
                <option-group>
                    <option title="First Baseline" value="2" hidden="YES" />
                    <option title="Last Baseline" value="5" hidden="YES" />
                </option-group>
                <option-group>
                    <option title="Fill" value="0" />
                    <option title="Leading" value="1" />
                    <option title="Center" value="3" />
                    <option title="Trailing" value="4" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Alignment" visibleKeyPath="inspectedObjectsController.selection.object.ibIsStackingWithHorizontalAxisWithEmptyConfigurationOnly" >
            <property type="enumeration" configurableProperty="alignment">
                <option-group>
                    <option title="Fill" value="0" />
                    <option title="Top" value="1" />
                    <option title="Center" value="3" />
                    <option title="Bottom" value="4" />
                </option-group>
                <option-group>
                    <option title="First Baseline" value="2" />
                    <option title="Last Baseline" value="5" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Alignment" visibleKeyPath="inspectedObjectsController.selection.object.ibIsStackingWithVerticalAxisWithMultipleConfigurations" >
            <property type="enumeration" configurableProperty="alignment">
                <option-group>
                    <option title="Fill" value="0" />
                    <option title="Leading/Top" value="1" />
                    <option title="Center" value="3" />
                    <option title="Trailing/Bottom" value="4" />
                </option-group>
                <option-group>
                    <option title="First Baseline" value="2"  />
                    <option title="Last Baseline" value="5" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Alignment" visibleKeyPath="inspectedObjectsController.selection.object.ibIsStackingWithHorizontalAxisWithMultipleConfigurations" >
            <property type="enumeration" configurableProperty="alignment">
                <option-group>
                    <option title="Fill" value="0" />
                    <option title="Top/Leading" value="1" />
                    <option title="Center" value="3" />
                    <option title="Bottom/Trailing" value="4" />
                </option-group>
                <option-group>
                    <option title="First Baseline" value="2" />
                    <option title="Last Baseline" value="5" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Distribution">
            <property type="enumeration" configurableProperty="distribution">
                <option-group>
                    <option title="Fill" value="0" />
                    <option title="Fill Equally" value="1" />
                    <option title="Fill Proportionally" value="2" />
                    <option title="Equal Spacing" value="3" />
                    <option title="Equal Centering" value="4" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Spacing">
            <property type="ib-standard-spacing" configurableProperty="spacing"/>
        </sliver>
        <sliver>
            <property title="Baseline Relative" type="boolean" configurableProperty="baselineRelativeArrangement"/>
        </sliver>
    </section>
</slice>
