ISoftEdgeEffectiveData

ISoftEdgeEffectiveData interface

Immutable object which represents a soft edge effect. The edges of the shape are blurred, while the fill is not affected.

public interface ISoftEdgeEffectiveData : IEffectEffectiveData

Properties

NameDescription
AsIEffectEffectiveData { get; }Allows to get base IEffectEffectiveData interface. Read-only IEffectEffectiveData.
Radius { get; }Specifies the radius of blur to apply to the edges. Read-only Double.

See Also