Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGlowFormat Interface / Radius Property


In This Topic
    Radius Property (IGlowFormat)
    In This Topic
    Gets or sets the radius value of the glow effect for the GlowFormat object.
    Syntax
    'Declaration
     
    
    Property Radius As Double
    'Usage
     
    
    Dim instance As IGlowFormat
    Dim value As Double
     
    instance.Radius = value
     
    value = instance.Radius
    double Radius {get; set;}

    Property Value

    The radius value of the glow effect.
    See Also