IGradientStop Interface

Summary

Describes the location and color of a transition point in a gradient.
Namespace
Avalonia.Media
Implementing Types
graph BT Type["IGradientStop"] class Type type-node Implementing0["ImmutableGradientStop"]-.->Type click Implementing0 "/api/Avalonia.Media.Immutable/ImmutableGradientStop" Implementing1["GradientStop"]-.->Type click Implementing1 "/api/Avalonia.Media/GradientStop"

Syntax

public interface IGradientStop

Properties

Name Value Summary
Color Color
Gets the gradient stop color.
Offset double
Gets the gradient stop offset.