New to Kendo UI for Angular? Start a free 30-day trial
IconFlip
Specifies the IconFlip direction.
Use this type to control how to flip an icon. The possible values are:
default: No flip applied.horizontal: Flip the icon horizontally.vertical: Flip the icon vertically.both: Flip the icon both horizontally and vertically.
type IconFlip = "default" | "horizontal" | "vertical" | "both";