GradientBrush.ColorInterpolationMode Proprietà

Definizione

Ottiene o imposta un valore di enumerazione ColorInterpolationMode che specifica come vengono interpolati i colori della sfumatura.

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"/>

Valore della proprietà

Specifica la modalità di interpolazione dei colori in una sfumatura. Il valore predefinito è SRgbLinearInterpolation.

Si applica a