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


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