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

AutoWindowLevel Property







Gets or sets a value that indicates whether AutoWindowLevel is enabled or disabled.
Syntax
public bool AutoWindowLevel {get; set;}
'Declaration
 
Public Property AutoWindowLevel As Boolean
'Usage
 
Dim instance As ModalityOptions
Dim value As Boolean
 
instance.AutoWindowLevel = value
 
value = instance.AutoWindowLevel
public bool AutoWindowLevel {get; set;}
 get_AutoWindowLevel();
set_AutoWindowLevel(value);
public: __property bool get_AutoWindowLevel();
public: __property void set_AutoWindowLevel( 
   bool value
);
public:
property bool AutoWindowLevel {
   bool get();
   void set (    bool value);
}

Property Value

true if WindowLevel should autimatically be applied; otherwise, it is false. The default is set to true
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.