ImmutableGradientStop Class

Summary

Describes the location and color of a transition point in a gradient.
Namespace
Avalonia.Media.Immutable
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IGradientStop"] click Interface0 "/api/Avalonia.Media/IGradientStop" Type["ImmutableGradientStop"] class Type type-node

Syntax

public class ImmutableGradientStop : IGradientStop

Constructors

Properties

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