GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Glow Property


In This Topic
Glow Property (IShape)
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 IShape
Dim value As IGlowFormat
 
value = instance.Glow

Property Value

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