LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

OverlayTextSize Property

Show in webframe






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
Syntax
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
Requirements

Target Platforms

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.