Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 920 Bytes

gradientbrush_colorinterpolationmode.md

File metadata and controls

31 lines (22 loc) · 920 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.GradientBrush.ColorInterpolationMode
winrt property

Microsoft.UI.Xaml.Media.GradientBrush.ColorInterpolationMode

-description

Gets or sets a ColorInterpolationMode enumeration value that specifies how the gradient's colors are interpolated.

-xaml-syntax

<gradientBrush ColorInterpolationMode="colorInterpolationModeMemberName"/>

-xaml-values

colorInterpolationModeMemberName
colorInterpolationModeMemberNameA named constant of the ColorInterpolationMode enumeration, for example SRgbLinearInterpolation.
## -property-value Specifies how the colors in a gradient are interpolated. The default is **SRgbLinearInterpolation**.

-remarks

-examples

-see-also