Class SolidFill
Class SolidFill
Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)
Encapsulates the object that represents solid fill format
public class SolidFill : Fill
Inheritance
Inherited Members
Fill.Equals(object), Fill.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
CellsColor
Gets and sets the Aspose.Cells.Drawing.SolidFill.CellsColor object.
public CellsColor CellsColor { get; set; }
Property Value
Color
Gets or sets the System.Drawing.Color.
public Color Color { 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; }
Property Value
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
Gets the hash code.
public override int GetHashCode()