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


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