LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

WindowLevelPreset Property (WindowLevelDialog)

Show in webframe






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: __property array<WindowLevelInformation^>^ get_WindowLevelPreset();
public: __property void set_WindowLevelPreset( 
   WindowLevelInformation*[]* value
);
public:
property array<WindowLevelInformation^>^ WindowLevelPreset {
   array<WindowLevelInformation^>^ get();
   void set (    array<WindowLevelInformation^>^ value);
}

Property Value

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

Target Platforms

See Also

Reference

WindowLevelDialog Class
WindowLevelDialog Members

 

 


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