Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ISoftEdgeFormat Interface / Radius Property


In This Topic
    Radius Property (ISoftEdgeFormat)
    In This Topic
    Gets or sets the size, measured in pixels, of the soft edge effect of the shape.
    Syntax
    'Declaration
     
    
    Property Radius As Double
    'Usage
     
    
    Dim instance As ISoftEdgeFormat
    Dim value As Double
     
    instance.Radius = value
     
    value = instance.Radius
    double Radius {get; set;}

    Property Value

    The size, measured in pixels, of the soft edge effect of the shape.
    See Also