ShapeGradient QML Type

도형 채우기 그라데이션의 기본 유형입니다. 더 보기...

Import Statement: import QtQuick.Shapes 1.8
Inherits:

Gradient

Inherited By:

ConicalGradient, LinearGradient, and RadialGradient

속성

자세한 설명

LinearGradient 같은 그라디언트를 위한 추상 베이스 클래스이며 직접 만들 수 없습니다. 스프레드 모드와 같은 프로퍼티로 Gradient 을 확장합니다.

속성 문서

spread : enumeration

그라디언트 영역 외부의 영역을 채우는 방법을 지정합니다. 기본값은 ShapeGradient.PadSpread 입니다.

Constant설명
ShapeGradient.PadSpread가장 가까운 정지색으로 영역이 채워집니다.
ShapeGradient.RepeatSpread그라데이션 영역 외부에서 그라데이션이 반복됩니다.
ShapeGradient.ReflectSpread그라데이션이 그라데이션 영역 외부에 반영됩니다.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.