LinearGradientBrush.InterpolationColors

LinearGradientBrush.InterpolationColors property

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

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

Property Value

A ColorBlend that defines a multicolor linear gradient.

See Also