IGradientStopEffectiveData

IGradientStopEffectiveData interface

immutable object which represents a gradient stop.

public interface IGradientStopEffectiveData

Properties

NameDescription
Color { get; }Returns the color of a gradient stop. Read-only Color.
Position { get; }Returns the position (0..1) of a gradient stop. Read-only Single.

See Also