IGradientBrush Interface

IGradientBrush interface

Declare methods for getting common properties of gradient brushes.

public interface IGradientBrush : ITransformableBrush

Properties

NameDescription
BlendFactors { get; set; }Gets or sets the blend factors that define a custom falloff for the gradient.
BlendPositions { get; set; }Gets or sets the blend positions that define a custom falloff for the gradient.
InterpolationColors { get; set; }Gets or sets the interpolation colors that defines a multicolor linear gradient.

See Also