Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / ShadowColor Property


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

    Property Value

    color of the shadow
    See Also