Class GradientStop

Class GradientStop

Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)

Represents the gradient stop.

public class GradientStop

Inheritance

objectGradientStop

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

CellsColor

Position

The position of the stop.

public double Position { get; set; }

Property Value

double

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; }

Property Value

double