IGradientFormat class

IGradientFormat class

Represent a gradient format.

The IGradientFormat type exposes the following members:

Properties

PropertyDescription
tile_flipReturns or sets the flipping mode for a gradient.
Read/write TileFlip.
gradient_directionReturns or sets the style of a gradient.
Read/write GradientDirection.
linear_gradient_angleReturns or sets the angle of a gradient.
Read/write float.
linear_gradient_scaledDetermines whether a gradient is scaled.
Read/write NullableBool.
gradient_shapeReturns or sets the shape of a gradient.
Read/write GradientShape.
gradient_stopsReturns the collection of gradient stops.
Read-only IGradientStopCollection.

See Also