ImmutableGradientStop Class
Definition
Describes the location and color of a transition point in a gradient.
public class ImmutableGradientStop
Constructors
| Name | Description |
|---|---|
| ImmutableGradientStop | No summary available. |
ImmutableGradientStop Constructor
public ImmutableGradientStop(double offset, Avalonia.Media.Color color)
Parameters
offset double
color Avalonia.Media.Color
Properties
Color Property
Gets the gradient stop color.
public Avalonia.Media.Color Color { get; set; }
Offset Property
Gets the gradient stop offset.
public double Offset { get; set; }