Share via


CGRect.Width Property

Definition

Gets or sets the width of this CGRect structure.

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

Property Value

Remarks

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

Changing the Width property will also cause a change in the Right property of the CGRect.

Applies to