'Declaration Public Property RotationCenterPoint As InteractionPoint
public InteractionPoint RotationCenterPoint { get; set; }
public: __property InteractionPoint* get_RotationCenterPoint(); public: __property void set_RotationCenterPoint(
InteractionPoint* value
);
public:
property InteractionPoint^ RotationCenterPoint { InteractionPoint^ get(); void set(InteractionPoint^ value); }