Logo FluentUI

ControlBackgroundImpl QML Type

Painted background renderer for controls such as buttons. More...

Import Statement: import FluentUI.impl 1.0

Properties

Detailed Description

The ControlBackgroundImpl type provides a painted background surface that supports gradient colors and rounded corners. It is used internally by FluentUI controls to render consistent backgrounds with customizable fill and border styling.

Property Documentation

borderWidth : int

The width of the border drawn around the background edge.

defaultColor : color

The default fill color of the background.

endColor : color

The ending color used when rendering a gradient background fill.

radius : int

The corner radius of the background. Higher values produce more rounded corners.

secondaryColor : color

The secondary fill color used for gradient transitions or alternate visual states.