GradientStop

GradientStop class

Represents a gradient format.

public sealed class GradientStop : PVIObject, IGradientStop

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
Color { get; }Returns the color of a gradient stop. Read-only IColorFormat.
Position { get; set; }Returns or sets the position (0..1) of a gradient stop. Read/write Single.

Methods

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

See Also