Leadtools.Medical.Workstation.Commands Namespace > ReferenceLineStateChangeEventArgs Class : Cell Property |
public MedicalViewerCell Cell {get; set;}
'Declaration Public Property Cell As MedicalViewerCell
'Usage Dim instance As ReferenceLineStateChangeEventArgs Dim value As MedicalViewerCell instance.Cell = value value = instance.Cell
public: __property MedicalViewerCell* get_Cell(); public: __property void set_Cell( MedicalViewerCell* value );
public: property MedicalViewerCell* Cell { MedicalViewerCell* get(); void set ( MedicalViewerCell* value); }