Class GradientStop
Class GradientStop
Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)
Represents the gradient stop.
public class GradientStop
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
CellsColor
Gets the color of this gradient stop.
public CellsColor CellsColor { get; }
Property Value
Position
The position of the stop.
public double Position { get; set; }
Property Value
Transparency
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
public double Transparency { get; set; }