Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicStyleInfo Class / ResetVerticalAlignment Method


In This Topic
    ResetVerticalAlignment Method (DynamicStyleInfo)
    In This Topic
    Resets the VerticalAlignment property to its default value.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetVerticalAlignment() 
    'Usage
     
    
    Dim instance As DynamicStyleInfo
     
    instance.ResetVerticalAlignment()
    public virtual void ResetVerticalAlignment()
    See Also