DataGridRectangle.Right

Syntax

Right: Number;

Description

The Right property determines position of rectangle's right border.

Comments

Use JSON or the setRight method to set the property value and the getRight method to get the property value.

Position of rectangle's right border corresponds to Y coordinate of rectangle's right corner.

Example

The example of use is given on the page with description of the DataGridRectangle class constructor.

See also:

DataGridRectangle