Interface ILinearGradientBrush

Interface ILinearGradientBrush

Namespace: Aspose.Html.Drawing
Assembly: Aspose.HTML.dll (25.4.0)

Defines an interface for a brush with a linear gradient.

[ComVisible(true)]
public interface ILinearGradientBrush : IGradientBrush, ITransformableBrush, IBrush, IDisposable

Implements

IGradientBrush, ITransformableBrush, IBrush, IDisposable

Properties

Angle

Gets or sets the angle, measured in degrees clockwise from the x-axis, of the gradient’s orientation line.

float Angle { get; set; }

Property Value

float

Rect

Gets or sets the rectangular region that defines the starting and ending points of the gradient.

RectangleF Rect { get; set; }

Property Value

RectangleF