Table of Contents

Interface IGradientStop

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

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

[NotClientImplementable]
public interface IGradientStop

Properties

Color

Gets the gradient stop color.

Color Color { get; }

Property Value

Color

Offset

Gets the gradient stop offset.

double Offset { get; }

Property Value

double