Shape.SoftEdges

Shape.SoftEdges property

Gets and sets the radius of blur to apply to the edges, in unit of points.

public double SoftEdges { get; set; }

Examples


[C#]
shape.SoftEdges = 0.5d;

See Also