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


In This Topic
    AllowBackgroundImageRotation Property (PSObject)
    In This Topic
    Gets or sets the background image rotation allowed flag of the object.
    Syntax
    'Declaration
     
    
    Public Overridable Property AllowBackgroundImageRotation As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Boolean
     
    instance.AllowBackgroundImageRotation = value
     
    value = instance.AllowBackgroundImageRotation
    public virtual bool AllowBackgroundImageRotation {get; set;}
    See Also