SoftEdgeEffectiveData

SoftEdgeEffectiveData class

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

public class SoftEdgeEffectiveData : EffectEffectiveData<SoftEdge, SoftEdgeEffectiveData>, 
    ISoftEdgeEffectiveData

Public Members

NameDescription
Radius { get; }SoftEdge radius. Read-only Double.

See Also