Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartFormat Interface / SoftEdge Property


In This Topic
    SoftEdge Property (IChartFormat)
    In This Topic
    Gets a GrapeCity.Spreadsheet.Drawing.ISoftEdgeFormat object for a specified chart that contains soft edge formatting properties for the chart.
    Syntax
    'Declaration
     
    ReadOnly Property SoftEdge As ISoftEdgeFormat
    'Usage
     
    Dim instance As IChartFormat
    Dim value As ISoftEdgeFormat
     
    value = instance.SoftEdge
    ISoftEdgeFormat SoftEdge {get;}
    See Also