regionAnchorX property
double
get
regionAnchorX
Implementation
double get regionAnchorX => js_util.getProperty(this, 'regionAnchorX');
set
regionAnchorX
(double newValue)
Implementation
set regionAnchorX(double newValue) {
js_util.setProperty(this, 'regionAnchorX', newValue);
}