start property
Spot
get
start
Gets or sets the starting 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.TopCenter for linear gradients and Spot.Center for radial gradients.
Implementation
_i3.Spot get start => _i4.getProperty(
this,
'start',
);
set
start
(Spot value)
Implementation
set start(_i3.Spot value) {
_i4.setProperty(
this,
'start',
value,
);
}