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


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

    Property Value

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