[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FillOverlay

Class FillOverlay

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

Represents a fill overlay effect. The effect can be used to specify an additional fill for an object and blend the two fills together.

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

Properties

BlendMode

Gets or sets a value specifying how to blend the fill with the base effect.

The default is Overlay.

public BlendMode BlendMode { get; set; }

Property Value

BlendMode

Fill

Gets the fill formatting properties.

public FillFormat Fill { get; }

Property Value

FillFormat

Methods

Equals(FillOverlay)

protected bool Equals(FillOverlay other)

Parameters

other FillOverlay

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

FixInheritedValues()

Fixes all inherited values as "direct" values for this instance.

protected override void FixInheritedValues()

GetHashCode()

public override int GetHashCode()

Returns

int

Reset()

Resets soft edge to inherited defaults.

public void Reset()