Control.Right Property
.NET Framework (current version)
Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The value of the Right property is equal to the sum of the Left property value and the Width property value.
The Right property is read-only. You can change this property value indirectly by changing the value of the Left or Width properties or calling the SetBounds, SetBoundsCore, UpdateBounds, or SetClientSizeCore methods.
.NET Framework
Available since 1.1
Available since 1.1
Show: