/** * 拉伸类型 * @author wangchuitong */ export enum Fields_stretch_type{ left = 1, top, right, bottom, left_top, right_top, right_bottom, left_bottom, }