[]
        
(Showing Draft Content)

GrapeCity.Drawing.Rect.Right

Right Property

Right

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

Declaration
public int Right { get; set; }
Public Property Right As Integer
Property Value
Type Description
int

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