IGradientStop Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Describes the location and color of a transition point in a gradient.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IGradientStop
<NotClientImplementableAttribute>
Public Interface IGradientStop
[<NotClientImplementableAttribute>]
type IGradientStop = interface end
Properties
Color | Gets the gradient stop color. |
Offset | Gets the gradient stop offset. |