LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Bottom Property
See Also 
Leadtools Namespace > LeadRect Structure : Bottom Property



Gets the y-coordinate of the lower-right corner of this LeadRect structure. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<XmlIgnoreAttribute()>
Public Property Bottom As Integer
Visual Basic (Usage)Copy Code
Dim instance As LeadRect
Dim value As Integer
 
instance.Bottom = value
 
value = instance.Bottom
C# 
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public int Bottom {get; set;}
C++/CLI 
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public:
property int Bottom {
   int get();
   void set (    int value);
}

Property Value

The bottom edge of this LeadRect.

Remarks

The lower-right corner is the sum of the Y and the Height property values of this LeadRect structure.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also