圆弧菜单
圆弧菜单是一种常见的菜单样式,支持
平铺列表
、左圆弧列表
、右圆弧列表
三种菜单风格。
属性
Property | Description |
---|---|
Use Arc | 是否启用圆弧菜单 |
Use Left Arc | 是否启用左圆弧菜单 |
Radius | 圆弧半径 |
Menu | 菜单项列表 |
Menu Index | 当前选中菜单项索引 |
Menu Image Zoom | 菜单项图片缩放比例 |
圆弧菜单
的 Menu
属性可以选择 在 菜单管理
中配置好的菜单项列表。具体使用参见菜单
当 Use Arc
为 true
时,Radius
属性生效,决定圆弧的半径大小。
平铺列表
:Use Arc
为false

左圆弧列表
:Use Arc
为true
,Use Left Arc
为true
(这里将Main
模块的Padding-left
修改为64
了)

右圆弧列表
:Use Arc
为true
,Use Left Arc
为false

样式
Style | Part | Description |
---|---|---|
Padding Left | Main | 左内边距 |
Padding Right | Main | 右内边距 |
Padding Top | Main | 上内边距 |
Padding Bottom | Main | 下内边距 |
Padding Row | Main | 行内边距 |
Padding Column | Items | 列内边距 |