Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / TextRotationAngle Property


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