LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

WindowLevel Property (WindowLevelInformationArgumentData)

Show in webframe






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: __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

See Also

Reference

WindowLevelInformationArgumentData Class
WindowLevelInformationArgumentData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.