Logo FluentUI

Shadow QML Type

A drop shadow effect. More...

Import Statement: import FluentUI.Controls 1.0

Properties

Detailed Description

Shadow applies a customizable drop shadow to its parent item. The shadow appearance can be controlled through radius, color, and offset properties.

Property Documentation

color : color

The color of the shadow.

offsetX : real

The horizontal offset of the shadow relative to the parent item. Positive values shift the shadow to the right.

offsetY : real

The vertical offset of the shadow relative to the parent item. Positive values shift the shadow downward.

radius : int

The blur radius of the shadow effect. Larger values produce a softer, more diffuse shadow.