Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextShape Class / ResetFont Method


In This Topic
    ResetFont Method (TextShape)
    In This Topic
    Resets the font for the element to it default value.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetFont() 
    'Usage
     
    
    Dim instance As TextShape
     
    instance.ResetFont()
    public virtual void ResetFont()
    See Also