mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-04-05 05:00:41 +08:00
688 B
688 B
Divider
Divider 分割线 👚
区隔内容的分割线。
- 默认属性:Text
- 默认事件:Click
属性
| 名称 | 描述 | 类型 | 默认值 |
|---|---|---|---|
| Vertical | 是否竖向 | bool | false |
| Orientation | 方向 | TOrientation | None |
| OrientationMargin | 文本与边缘距离 取值 0~1 |
float | 0.02F |
| TextPadding | 文本与线距离 同等字体大小 |
float | 0.4F |
| Thickness | 厚度 | float | 0.6F |
| ColorSplit | 线颜色 | Color? |
null |
| Text | 文本 | string? |
null |