Enables or disables showing the Reference line color as a boundaries that surround the cell.
public bool ShowCellBoundaries {get; set;}
'Declaration
Public Property ShowCellBoundaries As Boolean
'Usage
Dim instance As MedicalViewerCell
Dim value As Boolean
instance.ShowCellBoundaries = value
value = instance.ShowCellBoundaries
public:
property bool ShowCellBoundaries {
bool get();
void set ( bool value);
}
Property Value
true to show the reference line color as a boundary on the cell, false to hide the cell boundaries.