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


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