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


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