'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: property RotationCentre RotationCentre { RotationCentre get(); void set ( RotationCentre value); }