Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / SoftEdge Property


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

    Property Value

    The soft edge format.
    See Also