Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ShadowColor Property


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