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;}
'Declaration
Public Property UseWindowLevelBoundaries As
Boolean
'Usage
Dim instance As
MedicalViewerCell
Dim value As
Boolean
instance.UseWindowLevelBoundaries = value
value = instance.UseWindowLevelBoundaries
public:
property
bool UseWindowLevelBoundaries {
bool get();
void set (
bool value);
}
Property Value
true to limit the width and center values to the image boundaries, otherwise, it is false.