percentBottom property

double percentBottom
final

The horizontal position of the bottom vertex as a percentage of the rectangle width.

Value of 0.0 places the vertex at the left edge, 0.5 at the center, and 1.0 at the right edge. Defaults to 0.5 (center).

Implementation

final double percentBottom;