Files
AntdUI/doc/wiki/en/Control/LabelLed.md
2026-01-08 23:14:42 +08:00

1.3 KiB
Raw Blame History

HomeUpdateLogConfigTheme

LabelLed

LED Text Control 👚

Display a segment of LED style text.

  • DefaultPropertyText
  • DefaultEventClick

Property

Name Description Type Default Value
Text Text string
🌏 LocalizationText International Text string? null
FontSize Font size int? null
EmojiFont Emoji Font string Segoe UI Emoji
DotSize Dot size int 4
DotGap Dot distance int 2
TextScale Text scale float 1F
DotShape Dot shape LedDotShape Square
DotColor Dot color Color? null
ShowOffLed Show off LED bool false
OffDotColor Off LED color Color? null
Back Background color Color? null
BackExtend Background color string? null
Shadow Shadow size int 0
ShadowColor Shadow color Color? null
ShadowOpacity Shadow opacity float 0.3F
ShadowOffsetX Shadow offset X int 0
ShadowOffsetY Shadow offset Y int 0

Enum

LedDotShape

Value Description
Square Square
Diamond Diamond
Circle Circle