Spread WPF 18
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
    IColorFormat Color {get;}

    Property Value

    The color of text formatted as glow.
    See Also