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