Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / txtRotationAngle Field


In This Topic
    txtRotationAngle Field
    In This Topic
    Amount of text rotation angle.
    Syntax
    'Declaration
     
    
    Public txtRotationAngle As Double
    'Usage
     
    
    Dim instance As FpButtonPaintArgs
    Dim value As Double
     
    value = instance.txtRotationAngle
     
    instance.txtRotationAngle = value
    public double txtRotationAngle
    See Also