Right Property (Rectangle)
In This Topic
Gets the x-coordinate that is the sum of
Left and
Width property values of this
Rect structure.
Syntax
'Declaration
Public Property Right As Double
'Usage
Dim instance As Rectangle
Dim value As Double
instance.Right = value
value = instance.Right
public double Right {get; set;}
Property Value
The x-coordinate that is the sum of
Left and
Width of this
Rect.
See Also