ShapeGradient QML Type

Base type of Shape fill gradients. 更多...

导入语句: import QtQuick.Shapes 1.15
Since: Qt 5.10
继承:

Gradient

继承者:

ConicalGradient , LinearGradient ,和 RadialGradient

特性

详细描述

This is an abstract base class for gradients like LinearGradient and cannot be created directly. It extends Gradient with properties like the spread mode.

特性文档编制

spread : enumeration

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

常量 描述
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.