[]
Represents glow effect. The edges of the shape are blurred, while the fill is not affected.
public class SoftEdge : FormattingBag
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; }
public override bool Equals(object fmt)
fmt
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()