Logo FluentUI

SelectionArea QML Type

A selection rectangle overlay. More...

Import Statement: import FluentUI.Controls 1.0

Properties

Detailed Description

SelectionArea provides a rectangular selection overlay that allows users to drag and define a selection region over a target item. The resulting selection area is reported as a rectangle.

Property Documentation

selection : rect

The current selection rectangle in the target item's coordinate space. This property is updated as the user drags to define the selection area.

target : Item

The target item over which the selection rectangle is drawn and interacted with.