InputBackgroundImpl QML Type
Painted background renderer for text input controls. More...
| Import Statement: | import FluentUI.impl 1.0 |
Properties
- borderWidth : int
- defaultColor : color
- endColor : color
- gradientHeight : int
- offsetY : int
- radius : int
- targetActiveFocus : bool
Detailed Description
The InputBackgroundImpl type renders the visual background for text input fields. It supports focus-dependent coloring, gradient fills, and border styling to reflect the input state.
Property Documentation
borderWidth : int
The width of the border drawn around the input field.
defaultColor : color
The default fill color of the input background.
endColor : color
The ending color used in the background gradient.
gradientHeight : int
The height of the gradient region within the background.
offsetY : int
The vertical offset applied to the background rendering.
radius : int
The corner radius of the input background.
targetActiveFocus : bool
Whether the associated input control currently has active focus. This property drives visual state changes in the background.