mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-07 14:20:44 +08:00
831 B
831 B
Badge
👚
Small numerical value or status descriptor for UI elements.
- DefaultProperty:Text
- DefaultEvent:Click
Property
| Name | Description | Type | Default Value |
|---|---|---|---|
| AutoSize | Auto Size | bool | false |
| AutoSizeMode | Auto size mode | TAutoSize | None |
| ForeColor | Text color | Color? |
null |
| Fill | Fill color | Color? |
null |
| State | State | TState | Default |
| Text | Text | string? |
null |
| 🌏 LocalizationText | International Text | string? |
null |
| TextAlign | Text position | ContentAlignment | MiddleCenter |
| DotRatio 🔴 | Dot ratio | float | 0.4F |
| Gap 🔴 | Gap | int | 0 |