end property
Spot
get
end
Gets or sets the ending location for a linear or radial gradient. A Spot value specifies a relative point in the object's GraphObject#naturalBounds. The default value is Spot.BottomCenter for linear gradients and Spot.Center for radial gradients.
Implementation
_i3.Spot get end => _i4.getProperty(
this,
'end',
);
set
end
(Spot value)
Implementation
set end(_i3.Spot value) {
_i4.setProperty(
this,
'end',
value,
);
}