New to Kendo UI for Angular? Start a free 30-day trial
BadgeFill
Updated on Jun 13, 2025
Specifies the appearance fill style of the Badge component.
The possible values are:
solid(Default)outline
For more information, see the Badge Appearance - Fill documentation.
type BadgeFill = "solid" | "outline" | "none";