DataGridRectangle.Bottom

Syntax

Bottom: Number;

Description

The Bottom property determines position of rectangle's bottom border.

Comments

Use JSON or the setBottom method to set the property value and the getBottom method to get the property value.

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

Example

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

See also:

DataGridRectangle