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

WindowLevel Property (WindowLevelInformationArgumentData)







Gets or sets the WindowLevelInformation data.
Syntax
public WindowLevelInformation WindowLevel {get; set;}
'Declaration
 
Public Property WindowLevel As WindowLevelInformation
'Usage
 
Dim instance As WindowLevelInformationArgumentData
Dim value As WindowLevelInformation
 
instance.WindowLevel = value
 
value = instance.WindowLevel
public WindowLevelInformation WindowLevel {get; set;}
 get_WindowLevel();
set_WindowLevel(value);
public: __property WindowLevelInformation* get_WindowLevel();
public: __property void set_WindowLevel( 
   WindowLevelInformation* value
);
public:
property WindowLevelInformation* WindowLevel {
   WindowLevelInformation* get();
   void set (    WindowLevelInformation* value);
}

Property Value

The WindowLevelInformation data.
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

WindowLevelInformationArgumentData Class
WindowLevelInformationArgumentData Members

 

 


Products | Support | Contact Us | Copyright Notices

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