CGRect.Y Property
Definition
Gets or sets the y-coordinate of the upper-left corner of this CGRect structure.
public nfloat Y { get; set; }
member this.Y : nfloat with get, set
Property Value
- nfloat
Remarks
Changing the Y property will also cause a change in the Bottom property of the CGRect.
Applies to