Shape.SoftEdge Property

Returns a SoftEdgeFormat object that represents the soft edge formatting for a shape. Read-only.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property SoftEdge As SoftEdgeFormat
    Get
'Usage
Dim instance As Shape
Dim value As SoftEdgeFormat

value = instance.SoftEdge
SoftEdgeFormat SoftEdge { get; }

Property Value

Type: Microsoft.Office.Interop.Word.SoftEdgeFormat
SoftEdgeFormat

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace