Gets or sets the value that indicates whether to (apply window level and alpha) action on only the activated sub-cells.
public
bool ApplyOnIndividualSubCell {get; set;}
'Declaration
Public Property ApplyOnIndividualSubCell As
Boolean
'Usage
Dim instance As
MedicalViewerCell
Dim value As
Boolean
instance.ApplyOnIndividualSubCell = value
value = instance.ApplyOnIndividualSubCell
public:
property
bool ApplyOnIndividualSubCell {
bool get();
void set (
bool value);
}
Property Value
true to apply the (window level and alpha) action only to the activated sub-cells, false to apply the action on all sub-cells.