Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / ResetMarginTop Method


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