GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / SoftEdge Property


In This Topic
SoftEdge Property (IShape)
In This Topic
Gets a ISoftEdgeFormat object for a specified shape that contains soft edge formatting properties for the shape
Syntax
'Declaration
 
ReadOnly Property SoftEdge As ISoftEdgeFormat
 
'Usage
 
Dim instance As IShape
Dim value As ISoftEdgeFormat
 
value = instance.SoftEdge

Property Value

The soft edge format.
See Also