Class PatternFill

PatternFill class

Encapsulates the object that represents pattern fill format

public class PatternFill : Fill

Properties

NameDescription
BackgroundCellsColor { get; set; }Gets and sets the foreground CellsColor object.
BackgroundColor { get; set; }Gets or sets the background Color of the Area.
BackTransparency { get; set; }Gets or sets the transparency of background color.
ForegroundCellsColor { get; set; }Gets and sets the foreground CellsColor object.
ForegroundColor { get; set; }Gets or sets the foreground Color.
ForeTransparency { get; set; }Gets or sets the transparency of foreground color.
Pattern { get; set; }Gets or sets the fill pattern type

Methods

NameDescription
override Equals(object)/(Inherited from Fill.)
override GetHashCode()Gets the hash code.(Inherited from Fill.)

See Also