[]
Represents a gradient stop.
public class GradientStop : FormattingBag
Gets the gradient stop color.
public SolidColor Color { get; }
Gets or sets where this gradient stop should appear in the color band, in percent.
This position is specified in the range [0%, 100%], which corresponds to the beginning and the end of the color band respectively.
public float Position { get; set; }
public override bool Equals(object fmt)
fmt
objectFixes all inherited values as "direct" values for this instance.
protected override void FixInheritedValues()
public override int GetHashCode()