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


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