IGradientBrush Interface

IGradientBrush interface

Declare methods for getting common properties of gradient brushes.

public interface IGradientBrush : ITransformableBrush

Properties

NameDescription
InterpolationColors { get; set; }Get the interpolation colors that defines a multicolor linear gradient.

See Also