GradientFormat

GradientFormat class

Represent a gradient format.

public sealed class GradientFormat : PVIObject, IGradientFormat

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
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.

Methods

NameDescription
override Equals(object)Compares with specified object.
override GetHashCode()Returns hash code.

See Also