percentLeft property

double percentLeft
final

The vertical position of the left vertex as a percentage of the rectangle height.

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

Implementation

final double percentLeft;