Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / GlowEffect Class / Color Property


In This Topic
    Color Property (GlowEffect)
    In This Topic
    Gets or sets the glow color.
    Syntax
    'Declaration
     
    
    Public Property Color As SchemeColor
    'Usage
     
    
    Dim instance As GlowEffect
    Dim value As SchemeColor
     
    instance.Color = value
     
    value = instance.Color
    public SchemeColor Color {get; set;}

    Property Value

    The color of the glow.
    See Also