Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / InnerShadowEffect Class / Color Property


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

    Property Value

    The color of the shadow.
    See Also