mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-31 18:50:41 +08:00
706 B
706 B
Divider
👚
A divider line separates different content.
- DefaultProperty:Text
- DefaultEvent:Click
Property
| Name | Description | Type | Default Value |
|---|---|---|---|
| Vertical | Is it vertical | bool | false |
| Orientation | Orientation | TOrientation | None |
| OrientationMargin | Distance between text and edges 0~1 |
float | 0.02F |
| TextPadding | Distance between text and line Same font size |
float | 0.4F |
| Thickness | Thickness | float | 0.6F |
| ColorSplit | Line color | Color? |
null |
| Text | Text | string? |
null |