| ILinearGradientBrush Interface |
Namespace: Aspose.Html.Drawing
The ILinearGradientBrush type exposes the following members.
| Name | Description | |
|---|---|---|
| Angle |
Gets the angle, measured in degrees clockwise from the x-axis, of the gradient's orientation line.
| |
| BlendFactors |
Get the blend factors that define a custom falloff for the gradient.
(Inherited from IGradientBrush.) | |
| BlendPositions |
Get the blend positions that define a custom falloff for the gradient.
(Inherited from IGradientBrush.) | |
| EndColor |
Get the ending color of the linear gradient.
| |
| EndPoint |
Get the starting point of the linear gradient.
| |
| InterpolationColors |
Get the interpolation colors that defines a multicolor linear gradient.
(Inherited from IGradientBrush.) | |
| Rect |
Get a rectangular region that defines the starting and ending points of the gradient.
| |
| StartColor |
Get the starting color of the linear gradient.
| |
| StartPoint |
Get the starting point of the linear gradient.
| |
| TransformationMatrix |
Get the transform. The transform defines a local geometric transform for this brush.
(Inherited from ITransformableBrush.) | |
| Type |
Get type of brush;
(Inherited from IBrush.) | |
| WrapMode |
Gets or sets the wrap mode. Wrap mode specifies how a texture or gradient is tiled
when it is smaller than the area being filled.
(Inherited from ITransformableBrush.) |