Skip to main content

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)

[NotClientImplementableAttribute]
public interface IGradientStop
View Source

Properties

ColorGets the gradient stop color.
OffsetGets the gradient stop offset.

See Also

Reference

Avalonia.Media Namespace