GradientStops Property
Gets the brush's gradient stops.
Definition
Namespace: Avalonia.Media.Immutable
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public IReadOnlyList<IGradientStop> GradientStops { get; }
Public ReadOnly Property GradientStops As IReadOnlyList(Of IGradientStop)
Get
abstract GradientStops : IReadOnlyList<IGradientStop> with get
override GradientStops : IReadOnlyList<IGradientStop> with get
Property Value
Implements
IGradientBrush.GradientStopsSee Also
Reference
ImmutableGradientBrush Class
Avalonia.Media.Immutable Namespace