Gets or sets the value that indicates whether to show the reference line only of the selected cells.
public
bool ShowSelectedReferenceLine {get; set;}
'Declaration
Public Property ShowSelectedReferenceLine As
Boolean
'Usage
Dim instance As
MedicalViewer
Dim value As
Boolean
instance.ShowSelectedReferenceLine = value
value = instance.ShowSelectedReferenceLine
public:
property
bool ShowSelectedReferenceLine {
bool get();
void set (
bool value);
}
Property Value
true to show only the reference line of the selected cell(s); otherwise, it is false.