mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-31 02:30:41 +08:00
1.2 KiB
1.2 KiB
WindowBar
WindowBar 窗口栏 👚
窗口栏。
- 默认属性:Text
- 默认事件:Click
属性
| 名称 | 描述 | 类型 | 默认值 |
|---|---|---|---|
| Mode | 色彩模式 | TAMode | Auto |
| Loading | 加载状态 | bool | false |
| Text | 文本 | string? |
null |
| SubText | 副标题 | string? |
null |
| ShowIcon | 是否显示图标 | bool | true |
| Icon | 图标 | Image? |
null |
| IconSvg | 图标SVG | string | null |
| MaximizeBox | 是否显示最大化按钮 | bool | true |
| MinimizeBox | 是否显示最小化按钮 | bool | true |
| DragMove | 是否可以拖动位置 | bool | true |
| CloseSize | 关闭按钮大小 | int | 48 |
| UseLeft | 左侧使用 | int | 0 |
| UseSystemStyleColor | 使用系统颜色 | bool | false |
| DividerMargin 🔴 | 线边距 | int | 0 |
| DividerShow 🔴 | 显示线 | bool | false |
| DividerColor 🔴 | 线颜色 | Color? |
null |
| DividerThickness 🔴 | 线厚度 | float | 1F |
| CancelButton 🔴 | 点击退出关闭 | bool | false |