<?xml version="1.0" encoding="UTF-8"?>
<!--
   IBUIViewAutolayoutGuide-Size.inspector
   IDEInterfaceBuilderCocoaIntegration

   Created by Luke Larson on 1/8/20.
   Copyright © 2020 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <chooser type="string" title="Show" keyPath="userDefaultsController.values.IBViewSizeInspectorPreferredRectTypeName" searchable="NO">
            <choice title="Frame Rectangle" value="frame">
                <sliver>
                    <property type="rect" keyPath="inspectedObjectsController.selection.object.ibInspectedFrame" horizontallyResizableKeyPath="inspectedObjectsController.selection.object.ibInspectedHorizontallySizable" verticallyResizableKeyPath="inspectedObjectsController.selection.object.ibInspectedVerticallySizable" horizontallyPositionableKeyPath="inspectedObjectsController.selection.object.ibInspectedPositionable" verticallyPositionableKeyPath="inspectedObjectsController.selection.object.ibInspectedPositionable"/>
                </sliver>
            </choice>
            <choice title="Alignment Rectangle" value="alignmentFrame">
                <sliver>
                    <property type="rect" keyPath="inspectedObjectsController.selection.object.ibInspectedFrame" insetKeyPath="inspectedObjectsController.selection.object.ibInspectedAlignmentInset" horizontallyResizableKeyPath="inspectedObjectsController.selection.object.ibInspectedHorizontallySizable" verticallyResizableKeyPath="inspectedObjectsController.selection.object.ibInspectedVerticallySizable" horizontallyPositionableKeyPath="inspectedObjectsController.selection.object.ibInspectedPositionable" verticallyPositionableKeyPath="inspectedObjectsController.selection.object.ibInspectedPositionable"/>
                </sliver>
            </choice>
        </chooser>
    </section>
    <section title="Constraints" visibleKeyPath="allInspectedDocumentsAreUsingAutolayout">
        <sliver fullWidth="true">
            <property title="Constraints" type="ib-size-inspector-referencing-constraints" keyPath="inspectedObjectsController.selection.object.ibCandidateReferencingConstraints"/>
        </sliver>
    </section>
</slice>
