PathGradientBrush.InterpolationColors

PathGradientBrush.InterpolationColors property

Gets or sets a ColorBlend that defines a multicolor linear gradient.

[Obsolete("This property is not used in this class anymore. Use PathMulticolorGradientBrush class instead.")]
public ColorBlend InterpolationColors { get; set; }

Property Value

A ColorBlend that defines a multicolor linear gradient.

See Also