Skip to content
UILayout

界面 / UILayout

UILayout Class

容器自动布局规则

Table of contents

Properties

autoLayout: boolean
是否自动布局
autoWrap: boolean
是否网格模式
childCollation: UIChildCollation
子项布局规则
layout: UILayoutType
自动布局规则
layoutPacket: UILayoutPacket
自动布局节点排列规则
layoutSpace: number
排列间隔
padding: Margin
四边边距

构造函数,传入每一个值

Parameters

InLayoutSpace number排列间隔 range:不做限制 type: 浮点数
InPadding Margin四边边距
InLayout UILayoutType自动布局规则
InLayoutPacket UILayoutPacket自动布局节点排列规则
InHugType UIHugContent自动布局类型
InAutoLayout boolean是否自动布局
InAutoWrap boolean是否网格模式

new UILayout(InLayoutSpace, InPadding, InLayout, InLayoutPacket, InHugType, InAutoLayout, InAutoWrap, InChildCollation)

构造函数,传入每一个值

Parameters

InLayoutSpace number排列间隔 range:不做限制 type: 浮点数
InPadding Margin四边边距
InLayout UILayoutType自动布局规则
InLayoutPacket UILayoutPacket自动布局节点排列规则
InHugType UIHugContent自动布局类型
InAutoLayout boolean是否自动布局
InAutoWrap boolean是否网格模式
InChildCollation UIChildCollation子项排序规则

Properties

autoLayout

autoLayout: boolean

是否自动布局


autoWrap

autoWrap: boolean

是否网格模式


childCollation

childCollation: UIChildCollation

子项布局规则


layout

layout: UILayoutType

自动布局规则


layoutPacket

layoutPacket: UILayoutPacket

自动布局节点排列规则


layoutSpace

layoutSpace: number

排列间隔


padding

padding: Margin

四边边距