Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / TextRotationAngle Property


In This Topic
    TextRotationAngle Property (ElementWindowless)
    In This Topic
    Gets or sets the rotation angle of the text in the element.
    Syntax
    'Declaration
     
    
    Public Overridable Property TextRotationAngle As Single
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As Single
     
    instance.TextRotationAngle = value
     
    value = instance.TextRotationAngle
    public virtual float TextRotationAngle {get; set;}
    See Also