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


In This Topic
    Glow Property (IShapeBase)
    In This Topic
    Gets a IGlowFormat object for a specified shape that contains glow formatting properties for the shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property Glow As IGlowFormat
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As IGlowFormat
     
    value = instance.Glow
    IGlowFormat Glow {get;}

    Property Value

    The glow effect adds a vibrant colored edge to graphics.
    See Also