IGradientStop Interface

Describes the location and color of a transition point in a gradient.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IGradientStop

Properties

Color Gets the gradient stop color.
Offset Gets the gradient stop offset.

See Also