LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

DefaultWindowLevel Property

Show in webframe






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

See Also

Reference

ModalityOptions Class
ModalityOptions Members

 

 


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