SoftEdgeFormat

SoftEdgeFormat class

Represents the soft edge formatting for an object.

public class SoftEdgeFormat

Properties

NameDescription
Radius { get; set; }Gets or sets a double value that represents the length of the radius for a soft edge effect in points (pt). The default value is 0.0.

Methods

NameDescription
Remove()Removes SoftEdgeFormat from the parent object.

Remarks

Use the SoftEdge property to access soft edge properties of an object. You do not create instances of the SoftEdgeFormat class directly.

See Also