Leadtools.MedicalViewer Namespace > MedicalViewerMPRPolygon Class : PanoramicRepresentation Property |
public MedicalViewerPanoramicCell PanoramicRepresentation {get; set;}
'Declaration Public Property PanoramicRepresentation As MedicalViewerPanoramicCell
'Usage Dim instance As MedicalViewerMPRPolygon Dim value As MedicalViewerPanoramicCell instance.PanoramicRepresentation = value value = instance.PanoramicRepresentation
public: property MedicalViewerPanoramicCell^ PanoramicRepresentation { MedicalViewerPanoramicCell^ get(); void set ( MedicalViewerPanoramicCell^ value); }