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