TTMSFNCGraphicsFillGradientItems Class
Ordered collection of
TTMSFNCGraphicsFillGradientItemstops that define a multi-stop gradient fill.
API unit family: TMSFNCGraphicsTypes
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCGraphicsFillGradientItems = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to the gradient stop items in this collection. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new gradient stop to the collection and returns it. |
| Insert | Inserts a new gradient stop at the given index in the collection and returns it. |