GradientBrush.ColorInterpolationMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a ColorInterpolationMode enumeration value that specifies how the gradient's colors are interpolated.
public:
property ColorInterpolationMode ColorInterpolationMode { ColorInterpolationMode get(); void set(ColorInterpolationMode value); };
ColorInterpolationMode ColorInterpolationMode();
void ColorInterpolationMode(ColorInterpolationMode value);
public ColorInterpolationMode ColorInterpolationMode { get; set; }
var colorInterpolationMode = gradientBrush.colorInterpolationMode;
gradientBrush.colorInterpolationMode = colorInterpolationMode;
Public Property ColorInterpolationMode As ColorInterpolationMode
<gradientBrush ColorInterpolationMode="colorInterpolationModeMemberName"/>
Property Value
Specifies how the colors in a gradient are interpolated. The default is SRgbLinearInterpolation.