Leadtools.Medical3D Namespace > Medical3DControl Class : CoronalFrame Property |
public MedicalViewerMPRCell CoronalFrame {get; set;}
'Declaration Public Property CoronalFrame As MedicalViewerMPRCell
'Usage Dim instance As Medical3DControl Dim value As MedicalViewerMPRCell instance.CoronalFrame = value value = instance.CoronalFrame
public: property MedicalViewerMPRCell^ CoronalFrame { MedicalViewerMPRCell^ get(); void set ( MedicalViewerMPRCell^ value); }