New to Kendo UI for AngularStart a free 30-day trial

BadgeRounded

Specifies the roundness of the Badge (see example).

The possible values are:

  • small—Sets the border radius to 1px.
  • medium (Default)—Sets the border radius to 2px.
  • large—Sets the border radius to 4px.
  • full—Sets the border radius to 9999px.
  • none—The none option removes the built-in roundness. Allows for custom border radius.

type BadgeRounded = "small" | "medium" | "large" | "full" | "none";

Not finding the help you need?
Contact Support