Windows.UI.Xaml.Media.GradientBrush.GradientStops

June 22, 2022 ยท View on GitHub

-description

Gets or sets the brush's gradient stops.

-xaml-syntax

<gradientBrush>
  oneOrMoreGradientStops
</gradientBrush>

-xaml-values

oneOrMoreGradientStops
oneOrMoreGradientStopsOne or more GradientStop objects, declared using object element syntax.
## -property-value A collection of the [GradientStop](gradientstop.md) objects associated with the brush, each of which specifies a color and an offset along the brush's gradient axis. The default is an empty [GradientStopCollection](gradientstopcollection.md).

-remarks

-examples

-see-also