image_fit property

  1. @Int32()
int image_fit
getter/setter pair

0 = fill, 1 = contain, 2 = cover, 3 = none.

Implementation

@ffi.Int32()
external int image_fit;