Const
Readonly
Circular: "circular"A circular gradient, where colors transition radially from a central point.
Readonly
Linear: "linear"A linear gradient, where colors transition along a straight line.
Readonly
Path: "path"A path-based gradient, where colors transition along a defined path.
Readonly
Rect: "rect"A rectangular gradient, where colors transition within a rectangular shape.
Represents the types of gradients that can be applied to shapes or other elements.