Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / ResetShadowOffsetX Method


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