Class ImmutableGradientStop
Describes the location and color of a transition point in a gradient.
public class ImmutableGradientStop : IGradientStop
- Inheritance
-
ImmutableGradientStop
- Implements
- Inherited Members
Constructors
ImmutableGradientStop(double, Color)
public ImmutableGradientStop(double offset, Color color)
Parameters
Properties
Color
Gets the gradient stop color.
public Color Color { get; }
Property Value
Offset
Gets the gradient stop offset.
public double Offset { get; }