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