'Declaration
Public Property RotationCentre As RotationCentre
'Usage
Dim instance As DicomLabel Dim value As RotationCentre instance.RotationCentre = value value = instance.RotationCentre
public RotationCentre RotationCentre {get; set;}
public read-write property RotationCentre: RotationCentre;
public function get,set RotationCentre : RotationCentre
public: __property RotationCentre get_RotationCentre(); public: __property void set_RotationCentre( RotationCentre value );
public: property RotationCentre RotationCentre { RotationCentre get(); void set ( RotationCentre value); }