SoftEdge

SoftEdge class

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

public sealed class SoftEdge : ISoftEdge

Properties

NameDescription
Radius { get; set; }Specifies the radius of blur to apply to the edges. Read/write Double.

Methods

NameDescription
override Equals(object)Determines whether the specified SoftEdge is equal to the current SoftEdge.
GetEffective()Gets effective Soft Edge effect data with the inheritance applied.
override GetHashCode()Serves as a hash function for a particular type.

See Also