| 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.The lower-right corner is the sum of the Y and the Height property values of this LeadRect structure.
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
Copy Code