Add new type for visual fittingMode
Change-Id: I17cb51564117a1c0426052dac547d0beb944e1c2
FIT_WIDTH, ///< Image fills whole width. Height is scaled proportionately to
/// maintain aspect ratio.
/// @SINCE_1_0.0
- FIT_HEIGHT ///< Image fills whole height. Width is scaled proportionately to
+ FIT_HEIGHT, ///< Image fills whole height. Width is scaled proportionately to
/// maintain aspect ratio.
/// @SINCE_1_0.0
+ VISUAL_FITTING /// < Image is scaled to fit within the desired dimensions.
+ /// maintain aspect ratio.
+ /// @SINCE_2_3.24
};
const Type DEFAULT = SHRINK_TO_FIT;
} // namespace FittingMode