Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / RotationAngle Property


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