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


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