[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.PatternFill

Class PatternFill

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a repeated pattern used to fill an object.

public class PatternFill : FormattingBag
Inheritance
object
PatternFill
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

BackColor

Gets the background color of the pattern fill.

public SolidColor BackColor { get; }

Property Value

SolidColor

ForeColor

Gets the foreground color of the pattern fill.

public SolidColor ForeColor { get; }

Property Value

SolidColor

Type

Gets or sets the type of the pattern fill.

public PatternFillType Type { get; set; }

Property Value

PatternFillType

Methods

Equals(object)

public override bool Equals(object fmt)

Parameters

fmt object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int