public RotationAngle RotationAngle { get; set; }
Public Property RotationAngle As RotationAngle
Get
Set
public:
property RotationAngle RotationAngle {
RotationAngle get ();
void set (RotationAngle value);
}
member RotationAngle : RotationAngle with get, set