Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / rotatedAngle Field


In This Topic
    rotatedAngle Field (PSObject)
    In This Topic
    Specifies the angle at which the object is rotated.
    Syntax
    'Declaration
     
    
    Protected rotatedAngle As Single
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Single
     
    value = instance.rotatedAngle
     
    instance.rotatedAngle = value
    protected float rotatedAngle
    See Also