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




Gets or sets the default window level to apply when the AutoWindowLevelShortcut is set to false.

Syntax

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

See Also