Right

Rectangle.Right property

Gets the x-coordinate that is the sum of X and Width property values of the rectangle.

public int Right { get; }

Property Value

The x-coordinate that is the sum of X and Width property values of the rectangle.

See Also