New to Kendo UI for Angular? Start a free 30-day trial
BottomNavigationFill
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";