Gets or sets the size of the overlay tag displayed on the
MedicalViewer cells controls, 0 means that the tag will be resized based on the cell size
public int OverlayTextSize {get; set;}
'Declaration
Public Property OverlayTextSize As Integer
'Usage
Dim instance As WorkstationViewer
Dim value As Integer
instance.OverlayTextSize = value
value = instance.OverlayTextSize
public: __property int get_OverlayTextSize();
public: __property void set_OverlayTextSize(
int value
);
public:
property int OverlayTextSize {
int get();
void set ( int value);
}
Property Value
Type:
System.Int32 The size of the overlay tag displayed on the
MedicalViewer cells controls, 0 means that the tag will be resized based on the cell size