Stay organized with collections
Save and categorize content based on your preferences.
class Wrap
Wrap defines the type of chain
Summary
Public companion properties
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-15 UTC."],[],[],null,["# Wrap\n====\n\nArtifact: [androidx.constraintlayout:constraintlayout-compose](/jetpack/androidx/releases/constraintlayout) \n[View Source](https://cs.android.com/search?q=file:androidx/constraintlayout/compose/ConstraintLayoutBaseScope.kt+class:androidx.constraintlayout.compose.Wrap) \nAdded in [1.1.1](/jetpack/androidx/releases/constraintlayout#1.1.1)\n\n\n```\nclass Wrap\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nWrap defines the type of chain\n\nSummary\n-------\n\n| ### Public companion properties |\n|------------------------------------------------------------------|-------------------------------------------------------------------------------|\n| [Wrap](/reference/kotlin/androidx/constraintlayout/compose/Wrap) | [Aligned](/reference/kotlin/androidx/constraintlayout/compose/Wrap#Aligned()) |\n| [Wrap](/reference/kotlin/androidx/constraintlayout/compose/Wrap) | [Chain](/reference/kotlin/androidx/constraintlayout/compose/Wrap#Chain()) |\n| [Wrap](/reference/kotlin/androidx/constraintlayout/compose/Wrap) | [None](/reference/kotlin/androidx/constraintlayout/compose/Wrap#None()) |\n\nPublic companion properties\n---------------------------\n\n### Aligned\n\nAdded in [1.1.1](/jetpack/androidx/releases/constraintlayout#1.1.1) \n\n```\nval Aligned: Wrap\n``` \n\n### Chain\n\nAdded in [1.1.1](/jetpack/androidx/releases/constraintlayout#1.1.1) \n\n```\nval Chain: Wrap\n``` \n\n### None\n\nAdded in [1.1.1](/jetpack/androidx/releases/constraintlayout#1.1.1) \n\n```\nval None: Wrap\n```"]]