Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / SoftEdge Property


In This Topic
    SoftEdge Property
    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 IShapeBase
    Dim value As ISoftEdgeFormat
     
    value = instance.SoftEdge
    ISoftEdgeFormat SoftEdge {get;}

    Property Value

    The soft edge format.
    See Also