[]
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
Gets or sets a value specifying how to blend the fill with the base effect.
The default is Overlay.
public BlendMode BlendMode { get; set; }
Gets the fill formatting properties.
public FillFormat Fill { get; }
protected bool Equals(FillOverlay other)
other
FillOverlaypublic override bool Equals(object obj)
obj
objectFixes all inherited values as "direct" values for this instance.
protected override void FixInheritedValues()
public override int GetHashCode()
Resets soft edge to inherited defaults.
public void Reset()