format
typescript
LayoutGroup.limitSizeclass: LayoutGroup
description
Determine if the UI layout restricts the size of child controls.
In UI layouts, sometimes it is necessary to restrict the size of child controls (such as text, images, etc.) to fit specific layout requirements.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether the size of child controls is restricted |
