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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7