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

DefaultWindowLevel Property







Gets or sets the default window level to apply when the AutoWindowLevelShortcut is set to false.
Syntax
public WindowLevelInformation DefaultWindowLevel {get; set;}
'Declaration
 
Public Property DefaultWindowLevel As WindowLevelInformation
'Usage
 
Dim instance As ModalityOptions
Dim value As WindowLevelInformation
 
instance.DefaultWindowLevel = value
 
value = instance.DefaultWindowLevel
public WindowLevelInformation DefaultWindowLevel {get; set;}
 get_DefaultWindowLevel();
set_DefaultWindowLevel(value);
public: __property WindowLevelInformation* get_DefaultWindowLevel();
public: __property void set_DefaultWindowLevel( 
   WindowLevelInformation* value
);
public:
property WindowLevelInformation* DefaultWindowLevel {
   WindowLevelInformation* get();
   void set (    WindowLevelInformation* value);
}

Property Value

The default window level to apply when the AutoWindowLevelShortcut is set to false.
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

ModalityOptions Class
ModalityOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

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