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
object ← Fill ← PatternFill
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
BackgroundCellsColor
Gets and sets the foreground Aspose.Cells.CellsColor object.
public CellsColor BackgroundCellsColor { get; set; }
Property Value
BackgroundColor
Gets or sets the background System.Drawing.Color of the Aspose.Cells.Drawing.Area.
public Color BackgroundColor { get; set; }
Property Value
ForeTransparency
Gets or sets the transparency of foreground color.
public double ForeTransparency { get; set; }
Property Value
ForegroundCellsColor
Gets and sets the foreground Aspose.Cells.CellsColor object.
public CellsColor ForegroundCellsColor { get; set; }
Property Value
ForegroundColor
Gets or sets the foreground System.Drawing.Color.
public Color ForegroundColor { get; set; }
Property Value
Pattern
Gets or sets the fill pattern type
public FillPattern Pattern { get; set; }