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


In This Topic
    ResetMarginRight Method (CheckmarkShape)
    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 CheckmarkShape
     
    instance.ResetMarginRight()
    protected virtual void ResetMarginRight()
    See Also