Logo FluentUI

RoundClip QML Type

A clipping container with rounded corners. More...

Import Statement: import FluentUI.Controls 1.0

Properties

Detailed Description

RoundClip clips its child items to a rectangle with rounded corners. It accepts a list of radius values for individual corner control, following the CSS-style shorthand convention.

Property Documentation

radius : list<int>

The corner radius values. Accepts a list of integers following the CSS shorthand pattern: one value for all corners, two values (top-bottom, left-right), or four values (top-left, top-right, bottom-right, bottom-left).