Rectangle.Bottom Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property int Bottom { int get(); };
[System.ComponentModel.Browsable(false)]
public int Bottom { get; }
public int Bottom { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Bottom : int
member this.Bottom : int
Public ReadOnly Property Bottom As Integer
Property Value
The y-coordinate that is the sum of Y and Height of this Rectangle.
- Attributes
Remarks
The value of the Bottom property represents the y-coordinate of the first point at the bottom edge of the Rectangle that is not contained in the Rectangle.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.