Aspose::Words::Drawing::SoftEdgeFormat class

SoftEdgeFormat class

Represents the soft edge formatting for an object.

class SoftEdgeFormat : public System::Object

Methods

MethodDescription
get_Radius()Gets a double value that represents the length of the radius for a soft edge effect in points (pt). The default value is 0.0.
GetType() const override
Is(const System::TypeInfo&) const override
Remove()Removes SoftEdgeFormat from the parent object.
set_Radius(double)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.
static Type()

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