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


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