LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WindowLevelPreset Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > WindowLevelDialog Class : WindowLevelPreset Property




Gets or sets the window presets to display.

Syntax

Visual Basic (Declaration) 
Public Property WindowLevelPreset As WindowLevelInformation()
Visual Basic (Usage)Copy Code
Dim instance As WindowLevelDialog
Dim value() As WindowLevelInformation
 
instance.WindowLevelPreset = value
 
value = instance.WindowLevelPreset
C# 
public WindowLevelInformation[] WindowLevelPreset {get; set;}
Managed Extensions for C++ 
public: __property WindowLevelInformation*[]* get_WindowLevelPreset();
public: __property void set_WindowLevelPreset( 
   WindowLevelInformation*[]* value
);
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also