[]
Represents a blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.
public class Blur : ImageEffect
Gets or sets a value indicating whether the bounds of the object should grow as the result of the blurring.
The default is true.
public bool GrowBounds { get; set; }
Gets or sets the radius of the blur.
The default is 0.
public float Radius { get; set; }
protected bool Equals(Blur other)
other
Blurpublic 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()