Gets or sets a value that indicates whether
AutoWindowLevel is enabled or disabled.
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