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