paddingEdge property

double paddingEdge
getter/setter pair

Pading is a minimum distance from the edge of the frame and is defined as a percentage of the frame width. Default value is 0.0f and in that case padding edge and image edge are the same. Recommended value is 0.02f.

Implementation

double paddingEdge = 0.0;