Windows.UI.Xaml.Media.GradientStop

June 22, 2022 · View on GitHub

-description

Describes the location and color of a transition point in a gradient.

-xaml-syntax

<GradientStop .../>

-remarks

-examples

This example creates a linear gradient with four colors and uses it to paint a Rectangle.

[!code-xamlGradient1]

Image of example results with gradient stops

-see-also

DependencyObject dencyObject](../windows.ui.xaml/dependencyobject.md)

Contents

  1. 1-description
  2. 2-xaml-syntax
  3. 3-remarks
  4. 4-examples
  5. 5-see-also