TabBackgroundImpl QML Type
Painted background renderer for tab controls. More...
| Import Statement: | import FluentUI.impl 1.0 |
Properties
- color : color
- radius : int
- strokeColor : color
Detailed Description
The TabBackgroundImpl type provides the visual background for tab headers. Its styling supports a fill color, stroke color, and rounded corners to match the Fluent Design tab appearance.
Property Documentation
color : color
The fill color of the tab background.
radius : int
The corner radius of the tab background.
strokeColor : color
The stroke (border) color of the tab background.