ImmutableGradientBrushGradientStops Property

Gets the brush's gradient stops.

Definition

Namespace: Avalonia.Media.Immutable
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IReadOnlyList<IGradientStop> GradientStops { get; }

Property Value

IReadOnlyListIGradientStop

Implements

IGradientBrushGradientStops

See Also