Applies the window level mouse action on all orthogonal MPR cells and the 3D object when applying this action on any cell.
public bool ApplyWindowLevelOnAllCells {get; set;}
'Declaration
Public Property ApplyWindowLevelOnAllCells As Boolean
'Usage
Dim instance As Medical3DControl
Dim value As Boolean
instance.ApplyWindowLevelOnAllCells = value
value = instance.ApplyWindowLevelOnAllCells
public:
property bool ApplyWindowLevelOnAllCells {
bool get();
void set ( bool value);
}
Property Value
true to apply the window level action to all cells; otherwise, false to apply it only to the active cell.