Rectangle.Right

Rectangle.Right property

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

public int Right { get; set; }

Property Value

The x-coordinate that is the sum of X and Width of this Rectangle.

See Also