GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ISoftEdgeFormat Interface / Type Property


In This Topic
Type Property (ISoftEdgeFormat)
In This Topic
Gets or sets the type of the ISoftEdgeFormat object.
Syntax
'Declaration
 
Property Type As SoftEdgeType
 
'Usage
 
Dim instance As ISoftEdgeFormat
Dim value As SoftEdgeType
 
instance.Type = value
 
value = instance.Type

Property Value

The type of the ISoftEdgeFormat object.
See Also