TourBackgroundImpl QML Type
Tour overlay mask painter. More...
| Import Statement: | import FluentUI.impl 1.0 |
Properties
- color : color
- radius : int
- targetHeight : int
- targetWidth : int
- targetX : int
- targetY : int
Detailed Description
The TourBackgroundImpl type paints a semi-transparent overlay with a cutout region highlighting a target area. It is used by the guided tour system to draw attention to specific controls.
Property Documentation
color : color
The fill color of the overlay area outside the cutout region.
radius : int
The corner radius of the cutout region, giving it rounded corners.
targetHeight : int
The height of the cutout region.
targetWidth : int
The width of the cutout region.
targetX : int
The x-coordinate of the cutout region's top-left corner.
targetY : int
The y-coordinate of the cutout region's top-left corner.