Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.Text Namespace / DrawTextArgs Structure / RotationAngle Field


In This Topic
    RotationAngle Field
    In This Topic
    Rotation angle of the text.
    Syntax
    'Declaration
     
    
    Public RotationAngle As Double
    'Usage
     
    
    Dim instance As DrawTextArgs
    Dim value As Double
     
    value = instance.RotationAngle
     
    instance.RotationAngle = value
    public double RotationAngle
    See Also