Gets or sets the coordinates of the upper-left corner of the cell relative to the upper-left corner of its container.
            
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public ReadOnly Property Location As Point  | 
 
| C# |   | 
|---|
public Point Location {get;} | 
 
| C++/CLI |   | 
|---|
public:
property Point Location {
   Point get();
} | 
 
            
            
            Return Value
The Point that represents the upper-left corner of the cell relative to the upper-left corner of its container, which is the 
Leadtools.MedicalViewer Namespace.
 
            
            
            
            
Example
            
            
            
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
 
            
            
See Also