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


In This Topic
    ResetMarginRight Method (BannerShape)
    In This Topic
    Resets the margin between the right side of the element and its contents to the default value.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ResetMarginRight() 
    'Usage
     
    
    Dim instance As BannerShape
     
    instance.ResetMarginRight()
    protected virtual void ResetMarginRight()
    See Also