TabButton QML Type
A styled tab button for use in a TabBar. More...
| Import Statement: | import FluentUI 1.0 |
Properties
- font : font
- highlighted : bool
- icon : var
- text : string
Detailed Description
TabButton represents a single tab within a TabBar. It displays a text label and an optional icon, and becomes highlighted when selected.
Property Documentation
font : font
The font used for the tab button text.
highlighted : bool
Whether the tab button is highlighted (currently active/selected).
icon : var
The icon displayed on the tab button. Can be a URL or an object with name, source, width, and height properties.
text : string
The text label displayed on the tab button.