public Point3D Centre {get; set;}
public: property Point3D Centre { Point3D get(); void set ( Point3D value); }
'Declaration Public Property Centre As Point3D
'Usage Dim instance As DicomVolume Dim value As Point3D instance.Centre = value value = instance.Centre
Target Platforms: .NET CLR 4.0 or higher
DicomVolume Class DicomVolume Members