Share via


CGRect.Bottom Property

Definition

Gets the y-coordinate that is the sum of the Y and Height property values of this CGRect structure.

public System.Runtime.InteropServices.NFloat Bottom { get; }
member this.Bottom : System.Runtime.InteropServices.NFloat

Property Value

Remarks

<attribution license="cc4" from="Microsoft" modified="false"></attribution>

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 CGRect.

Applies to