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

objectFillSolidFill

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

CellsColor

Color

Gets or sets the System.Drawing.Color.

public Color Color { get; set; }

Property Value

Color

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

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

Gets the hash code.

public override int GetHashCode()

Returns

int