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

WindowLevelPreset Property (WindowLevelDialog)







Gets or sets the window presets to display.
Syntax
public WindowLevelInformation[] WindowLevelPreset {get; set;}
'Declaration
 
Public Property WindowLevelPreset As WindowLevelInformation()
'Usage
 
Dim instance As WindowLevelDialog
Dim value() As WindowLevelInformation
 
instance.WindowLevelPreset = value
 
value = instance.WindowLevelPreset
public WindowLevelInformation[] WindowLevelPreset {get; set;}
 get_WindowLevelPreset();
set_WindowLevelPreset(value);
public: __property WindowLevelInformation*[]* get_WindowLevelPreset();
public: __property void set_WindowLevelPreset( 
   WindowLevelInformation*[]* value
);
public:
property WindowLevelInformation*[]* WindowLevelPreset {
   WindowLevelInformation*[]* get();
   void set (    WindowLevelInformation*[]* value);
}

Property Value

Array of Leadtools.Medical.Workstation.WindowLevelInformation representing the presets to display.
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

WindowLevelDialog Class
WindowLevelDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

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