Share via


CGRect.Y Property

Definition

Gets or sets the y-coordinate of the upper-left corner of this CGRect structure.

public System.Runtime.InteropServices.NFloat Y { get; set; }
member this.Y : System.Runtime.InteropServices.NFloat with get, set

Property Value

Remarks

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

Changing the Y property will also cause a change in the Bottom property of the CGRect.

Applies to