Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGlowFormat Interface / Color Property


In This Topic
Color Property (IGlowFormat)
In This Topic
Gets the ColorFormat object that represents the color of text formatted as glow.
Syntax
'Declaration
 
ReadOnly Property Color As IColorFormat
 
'Usage
 
Dim instance As IGlowFormat
Dim value As IColorFormat
 
value = instance.Color

Property Value

The color of text formatted as glow.
See Also