New to Kendo UI for Angular? Start a free 30-day trial
BottomNavigationFill
Updated on Oct 31, 2025
Represents the possible options for the fill style of the BottomNavigation (see example).
The possible values are:
flat—Sets the BottomNavigation fill style to a flat, borderless appearance.solid—Sets the BottomNavigation fill style to a solid, filled background.
type BottomNavigationFill = "flat" | "solid";