Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / ResetShadowOffsetY Method


In This Topic
    ResetShadowOffsetY Method (PSShape)
    In This Topic
    Resets the amount of offset of the shadow in the vertical direction to the default value, which is 5.0F.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetShadowOffsetY() 
    'Usage
     
    
    Dim instance As PSShape
     
    instance.ResetShadowOffsetY()
    public virtual void ResetShadowOffsetY()
    See Also