LEADTOOLS (Leadtools assembly)

Top Property (LeadRect)

Show in webframe







Gets the y-coordinate of the top edge of this LeadRect structure.
Syntax
[XmlIgnoreAttribute()]
public int Top {get; set;}
'Declaration
 
<XmlIgnoreAttribute()>
Public Property Top As Integer
'Usage
 
Dim instance As LeadRect
Dim value As Integer
 
instance.Top = value
 
value = instance.Top
[XmlIgnoreAttribute()]
public int Top {get; set;}
int LeadRect_Top(LeadRect rect);
public int getTop()
XmlIgnoreAttribute()
 
get_Top();
set_Top(value);
Object.defineProperty('Top');
[XmlIgnoreAttribute()]
public:
property int Top {
   int get();
   void set (    int value);
}

Property Value

The top edge of this LeadRect.
Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.