point1Y property
num
get
point1Y
Gets or sets the Y value of the first control point for a PathSegment of type PathSegment.Bezier|Bezier or PathSegment.QuadraticBezier|QuadraticBezier.
Implementation
_i2.num get point1Y => _i4.getProperty(
this,
'point1Y',
);
set
point1Y
(num value)
Implementation
set point1Y(_i2.num value) {
_i4.setProperty(
this,
'point1Y',
value,
);
}