bgImageAngle Field (PSObject)
In This Topic
Specifies the angle at which the background image is rotated.
Syntax
'Declaration
Protected bgImageAngle As Single
'Usage
Dim instance As PSObject
Dim value As Single
value = instance.bgImageAngle
instance.bgImageAngle = value
protected float bgImageAngle
See Also