ColorInterpolationMode Property

Gets or sets a value that specifies how the colors in the gradient stops are interpolated.

XAML
<object ColorInterpolationMode="ColorInterpolationMode" .../>
Scripting
value = object.colorInterpolationMode
object.colorInterpolationMode = value

Property Value

ColorInterpolationMode

A value of the ColorInterpolationMode enumeration.

This property is read/write. The default value is SRgbLinearInterpolation.

Applies To

LinearGradientBrush, RadialGradientBrush

See Also

Silverlight Brushes Overview