Edit

Share via


CGRect.Right Property

Definition

Gets the x-coordinate that is the sum of X and Width property values of this CGRect structure.

public nfloat Right { get; }
member this.Right : nfloat

Property Value

Remarks

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

The value of the Right property represents the x-coordinate of the first point at the right edge of the rectangle that is not contained in the rectangle.

Applies to