[]
Represents a repeated pattern used to fill an object.
public class PatternFill : FormattingBag
Gets the background color of the pattern fill.
public SolidColor BackColor { get; }
Gets the foreground color of the pattern fill.
public SolidColor ForeColor { get; }
Gets or sets the type of the pattern fill.
public PatternFillType Type { get; set; }
public override bool Equals(object fmt)
fmt
objectpublic override int GetHashCode()