Right Property

The Right property determines where the right side of a control is on the form. Together with the Top, Bottom, and Left properties, it determines the size of your control and where it is on the form.

You can also set this property using a cascading style sheet. For more information, see Using Cascading Style Sheets.

Applies to: All controls.

Setting dynamically:

Winform Set form.control.RIGHT TO n;

WebFOCUS