Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / ResetTextRotationAngle Method


In This Topic
    ResetTextRotationAngle Method (ElementContainerControl)
    In This Topic
    Resets the rotation angle for text in the element to its default value.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetTextRotationAngle() 
    'Usage
     
    
    Dim instance As ElementContainerControl
     
    instance.ResetTextRotationAngle()
    public virtual void ResetTextRotationAngle()
    See Also