[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.SoftEdge

Class SoftEdge

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

Represents glow effect. The edges of the shape are blurred, while the fill is not affected.

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

Properties

Radius

Gets or sets the radius of the soft edge.

Allowed values are from 0 to 100, inclusive.

The default is 0.

public float Radius { get; set; }

Property Value

float

Methods

Equals(object)

public override bool Equals(object fmt)

Parameters

fmt 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()