Click or drag to resize
CanvasLinearGradientBrushStops Property
Gets the gradient stops that comprise the brush.

Namespace:  Microsoft.Graphics.Canvas.Brushes
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasGradientStop[] Stops { get; }

Property Value

Type: CanvasGradientStop
See Also