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


In This Topic
    bgImageRotationAllowed Field (PSObject)
    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