mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2025-12-06 08:08:52 +08:00
1.2 KiB
1.2 KiB
Shield
👚
Concise, consistent, and legible badges.
- DefaultProperty:Text
- DefaultEvent:Click
Property
| Name | Description | Type | Default Value |
|---|---|---|---|
| AutoSize | Auto Size | bool | false |
| AutoSizeMode | Auto size mode | TAutoSize | None |
| Radius | Rounded corners | int | 6 |
| Text | Text | string | AntdUI |
| 🌏 LocalizationText | International Text | string? |
null |
| Fore | Text color on the right side | Color? |
null |
| Color | Background color on the right side | Color? |
null |
| Logo | Logo | Image? |
null |
| LogoSvg | Logo SVG | string? |
null |
| Label | Left text | string? |
null |
| 🌏 LocalizationLabel | International Left text | string? |
null |
| LabelFore | Text color on the left side | Color? |
null |
| LabelColor | Background color on the left side | Color? |
null |
| Bold | Bold text on the left | bool | false |
| ShadowOffsetX | Shadow OffsetX | int | 0 |
| ShadowOffsetY | Shadow OffsetY | int | 0 |