IGradientStop Interface
Describes the location and color of a transition point in a gradient.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IGradientStop
<NotClientImplementableAttribute>
Public Interface IGradientStop
[<NotClientImplementableAttribute>]
type IGradientStop = interface end
| Color |
Gets the gradient stop color.
|
| Offset |
Gets the gradient stop offset.
|