Class PatternFill

Class PatternFill

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

Encapsulates the object that represents pattern fill format

public class PatternFill : Fill

Inheritance

objectFillPatternFill

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

BackTransparency

Gets or sets the transparency of background color.

public double BackTransparency { get; set; }

Property Value

double

BackgroundCellsColor

Gets and sets the foreground Aspose.Cells.CellsColor object.

public CellsColor BackgroundCellsColor { get; set; }

Property Value

CellsColor

BackgroundColor

Gets or sets the background System.Drawing.Color of the Aspose.Cells.Drawing.Area.

public Color BackgroundColor { get; set; }

Property Value

Color

ForeTransparency

Gets or sets the transparency of foreground color.

public double ForeTransparency { get; set; }

Property Value

double

ForegroundCellsColor

Gets and sets the foreground Aspose.Cells.CellsColor object.

public CellsColor ForegroundCellsColor { get; set; }

Property Value

CellsColor

ForegroundColor

Gets or sets the foreground System.Drawing.Color.

public Color ForegroundColor { get; set; }

Property Value

Color

Pattern

Gets or sets the fill pattern type

public FillPattern Pattern { get; set; }

Property Value

FillPattern