Gets or sets the value that indicates whether to limit the width and center value to the range specified by the image calculated range.
public bool UseWindowLevelBoundaries {get; set;}
public bool UseWindowLevelBoundaries {get; set;}
get_UseWindowLevelBoundaries();
set_UseWindowLevelBoundaries(value);
public:
property bool UseWindowLevelBoundaries {
bool get();
void set ( bool value);
}
'Declaration
Public Property UseWindowLevelBoundaries As Boolean
'Usage
Dim instance As MedicalViewerCell
Dim value As Boolean
instance.UseWindowLevelBoundaries = value
value = instance.UseWindowLevelBoundaries
Property Value
true to limit the width and center values to the image boundaries, otherwise, it is false.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2