IGradientStop

IGradientStop interface

Represents a gradient format.

public interface IGradientStop

Properties

NameDescription
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.

See Also