GradientStops Property
Gets the brush's gradient stops.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
IReadOnlyList<IGradientStop> GradientStops { get; }
ReadOnly Property GradientStops As IReadOnlyList(Of IGradientStop)
Get
abstract GradientStops : IReadOnlyList<IGradientStop> with get