LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AutoWindowLevel Property

Show in webframe






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: __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

See Also

Reference

ModalityOptions Class
ModalityOptions Members

 

 


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