C
ShapeGradient QML Type
Base type of Shape fill gradients. More...
| Import Statement: | import QtQuick.Shapes |
| Since: | Qt Quick Ultralite 2.7 |
| Inherits: | |
| Inherited By: |
Enumerations
Properties
- spread : Spread
Detailed Description
This is an abstract base class for the LinearGradient element. It extends Gradient with the spread mode property.
Enumeration Documentation
Spread |
Provides a list of options to control the gradient spread.
| Constant | Description |
|---|---|
ShapeGradient.PadSpread | The area is filled with the closest stop color. |
ShapeGradient.RepeatSpread | The gradient is repeated outside the gradient area. |
ShapeGradient.ReflectSpread | The gradient is reflected outside the gradient area. |
Property Documentation
spread : Spread |
Specifies how the area outside the gradient area should be filled.
Available under certain Qt licenses.
Find out more.