Table of Contents

TTMSFNCGraphicsFillGradientItem Class

Represents a single color stop in a multi-stop gradient fill, defining its color, position, and opacity.

API unit family: TMSFNCGraphicsTypes Inherits from: TCollectionItem

Syntax

TTMSFNCGraphicsFillGradientItem = class(TCollectionItem)

Properties

Name Description
Color Color at this gradient stop. Default is gcWhite.
Opacity Opacity (0.0–1.0) of this gradient stop. Default is 1.0 (fully opaque).
Position Relative position of this stop along the gradient axis (0.0 = start, 1.0 = end).