Inheritance

object

constructor

public GradientStop()

Returns GradientStop

constructor

public GradientStop(Color color, double offset)

Returns GradientStop

public Color Color { get; set; }
public double Offset { get; set; }
public string Serialize()

Returns any