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


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