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


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