Class SolidFill

SolidFill class

Encapsulates the object that represents solid fill format

public class SolidFill : Fill

Properties

NameDescription
CellsColor { get; set; }Gets and sets the CellsColor object.
Color { get; set; }Gets or sets the Color.
Transparency { get; set; }Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Methods

NameDescription
override Equals(object)
override GetHashCode()Gets the hash code.

See Also