Logo FluentUI

SelectionRectangle QML Type

A styled selection rectangle with drag handles. More...

Import Statement: import FluentUI 1.0

Properties

Detailed Description

SelectionRectangle provides visual handles that allow users to adjust a text selection by dragging the start and end points. It is typically associated with a TextInput or TextArea target.

Property Documentation

anchors : SelectionRectangle

The anchors of the SelectionRectangle. This property is provided for compatibility and allows anchoring to the target item.

target : TextInput

The TextInput or TextArea item that this SelectionRectangle controls. The selection handles will position themselves at the selection boundaries of the target item.