iconAnchor property

Point<double> get iconAnchor

Icon anchor, (0, 0) is top left and (1.0, 1.0) is bottom right.

Implementation

math.Point<core.double> get iconAnchor;
set iconAnchor (Point<double> val)

Implementation

set iconAnchor(math.Point<core.double> val);