LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

ImagesLayout Property







Gets or sets the grid layout for the images displayed on the Leadtools.MedicalViewer.MedicalViewerCell.
Syntax
public virtual GridViewLayout ImagesLayout {get; set;}
'Declaration
 
Public Overridable Property ImagesLayout As GridViewLayout
'Usage
 
Dim instance As WorkstationState
Dim value As GridViewLayout
 
instance.ImagesLayout = value
 
value = instance.ImagesLayout
public virtual GridViewLayout ImagesLayout {get; set;}
 get_ImagesLayout();
set_ImagesLayout(value);
public: __property virtual GridViewLayout get_ImagesLayout();
public: __property virtual void set_ImagesLayout( 
   GridViewLayout value
);
public:
virtual property GridViewLayout ImagesLayout {
   GridViewLayout get();
   void set (    GridViewLayout value);
}

Property Value

the Leadtools.Medical.Workstation.UI.GridViewLayout for the images displayed on the Leadtools.MedicalViewer.MedicalViewerCell.
Remarks
The component which is updating the layout on the Leadtools.Medical.Workstation.UI.WorkstationViewer control should update this value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationState Class
WorkstationState Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.