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;}
public int OverlayTextSize {get; set;}
get_OverlayTextSize();
set_OverlayTextSize(value);
public: __property int get_OverlayTextSize();
public: __property void set_OverlayTextSize(
int value
);
public:
property int OverlayTextSize {
int get();
void set ( int value);
}
'Declaration
Public Property OverlayTextSize As Integer
'Usage
Dim instance As WorkstationViewer
Dim value As Integer
instance.OverlayTextSize = value
value = instance.OverlayTextSize
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2