CGRect.X Property

Definition

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

public nfloat X { get; set; }
member this.X : nfloat with get, set

Property Value

Remarks

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

Applies to