autoPanPadding property

Point autoPanPadding

Equivalent of setting both top left and bottom right autopan padding to the same value. Set it to true if you want to prevent users from panning the popup off of the screen while it is open

Implementation

external Point get autoPanPadding;
void autoPanPadding=(Point value)

Implementation

external set autoPanPadding(Point value);