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


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