Share via


CGRect.Height Property

Definition

Gets or sets the height of this CGRect structure.

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

Property Value

Remarks

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

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

Applies to