GradientStopEffectiveData

GradientStopEffectiveData class

Immutable object which represents a gradient stop.

public class GradientStopEffectiveData : 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.

Methods

NameDescription
override Equals(object)Determines whether the specified GradientStopEffectiveData is equal to the current GradientStopEffectiveData.
override GetHashCode()

See Also