IGradientFormat

IGradientFormat interface

Represent a gradient format.

public interface IGradientFormat : IFillParamSource

Properties

NameDescription
AsIFillParamSource { get; }Allows to get base IFillParamSource interface. Read-only IFillParamSource.
GradientDirection { get; set; }Returns or sets the style of a gradient. Read/write GradientDirection.
GradientShape { get; set; }Returns or sets the shape of a gradient. Read/write GradientShape.
GradientStops { get; }Returns the collection of gradient stops. Read-only IGradientStopCollection.
LinearGradientAngle { get; set; }Returns or sets the angle of a gradient. Read/write Single.
LinearGradientScaled { get; set; }Determines whether a gradient is scaled. Read/write NullableBool.
TileFlip { get; set; }Returns or sets the flipping mode for a gradient. Read/write TileFlip.

See Also