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