IGradientFormatEffectiveData class

IGradientFormatEffectiveData class

Imutable object which contains effective gradient filling properties.

The IGradientFormatEffectiveData type exposes the following members:

Properties

PropertyDescription
tile_flipReturns the flipping mode for a gradient.
Read-only TileFlip.
gradient_directionReturns the style of a gradient.
Read-only GradientDirection.
linear_gradient_angleReturns the angle of a gradient.
Read-only float.
linear_gradient_scaledDetermines whether a gradient is scaled.
Read-only bool.
gradient_shapeReturns the shape of a gradient.
Read-only GradientShape.
gradient_stopsReturns the collection of gradient stops.
Read-only IGradientStopCollectionEffectiveData.

Remarks

This interface is used as a part of IFillFormatEffectiveData and ILineFillFormatEffectiveData.

See Also