LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

WindowLevelPreset Property (IWindowLevelView)

Show in webframe






Gets or sets the window preset values to display.
Syntax
WindowLevelInformation[] WindowLevelPreset {get; set;}
'Declaration
 
Property WindowLevelPreset As WindowLevelInformation()
'Usage
 
Dim instance As IWindowLevelView
Dim value() As WindowLevelInformation
 
instance.WindowLevelPreset = value
 
value = instance.WindowLevelPreset

            

            
__property WindowLevelInformation*[]* get_WindowLevelPreset();
__property void set_WindowLevelPreset( 
   WindowLevelInformation*[]* value
);
property WindowLevelInformation*[]* WindowLevelPreset {
   WindowLevelInformation*[]* get();
   void set (    WindowLevelInformation*[]* value);
}

Property Value

Array of Leadtools.Medical.Workstation.WindowLevelInformation representing the preset values to display.
Requirements

Target Platforms

See Also

Reference

IWindowLevelView Interface
IWindowLevelView Members

 

 


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