Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / bgImageRotationAllowed Field


In This Topic
    bgImageRotationAllowed Field
    In This Topic
    Specifies whether the background image rotates when the user rotates the shape.
    Syntax
    'Declaration
     
    
    Protected bgImageRotationAllowed As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Boolean
     
    value = instance.bgImageRotationAllowed
     
    instance.bgImageRotationAllowed = value
    protected bool bgImageRotationAllowed
    See Also