Logo FluentUI

WatermarkImpl QML Type

Watermark text painter backend. More...

Import Statement: import FluentUI.impl 1.0

Properties

Detailed Description

The WatermarkImpl type paints repeated watermark text across a surface. It supports configurable text content, spacing, offset, rotation, color, and font size for flexible watermark layouts.

Property Documentation

gap : QPoint

The horizontal and vertical gap between repeated watermark instances.

offset : QPoint

The initial offset from the origin where the first watermark instance is painted.

rotate : int

The rotation angle in degrees applied to each watermark text instance.

text : string

The watermark text to be painted repeatedly across the surface.

textColor : color

The color of the watermark text.

textSize : int

The font size in pixels of the watermark text.