C

ShapeGradient QML Type

Base type of Shape fill gradients. More...

Import Statement: import QtQuick.Shapes
Since: Qt Quick Ultralite 2.7
Inherits:

Gradient

Inherited By:

LinearGradient

Properties

Detailed Description

This is an abstract base class for the LinearGradient element. It extends Gradient with the spread mode property.

Property Documentation

spread : enumeration

Specifies how the area outside the gradient area should be filled. The default value is ShapeGradient.PadSpread.

ConstantDescription
ShapeGradient.PadSpreadThe area is filled with the closest stop color.
ShapeGradient.RepeatSpreadThe gradient is repeated outside the gradient area.
ShapeGradient.ReflectSpreadThe gradient is reflected outside the gradient area.

Available under certain Qt licenses.
Find out more.